Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-04-29 10:50:43 +0300
committerGitHub <noreply@github.com>2022-04-29 10:50:43 +0300
commit105cec0ea172a054fbfea99b8fdc500ddd002b00 (patch)
treece39621ce6f22c100dd0185c72f58cced1243af4
parent1b29741be19d080380a58c80a3ab38165166448a (diff)
ci: add dump job
-rw-r--r--.github/workflows/dependabot-approve.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index 681b366b..a3aed4e7 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -6,6 +6,15 @@ on:
- opened
jobs:
+ dump:
+ runs-on: ubuntu-20.04
+ permissions: {}
+ steps:
+ - name: Dump GitHub context
+ env:
+ GH_CXT: ${{ toJson(github) }}
+ run: echo "${GH_CXT}"
+
approve:
runs-on: ubuntu-20.04
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}