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-24 05:30:11 +0300
committerGitHub <noreply@github.com>2022-04-24 05:30:11 +0300
commitd70074e48d832c4efddeef20b2ef4b20d3dcaa50 (patch)
treeb04de66de43828f9c0e9a52e30115d7278b4c98b
parent4489823e608ed29af2782f54ea291502e6ff0897 (diff)
Update dependabot-approve.yml
-rw-r--r--.github/workflows/dependabot-approve.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml
index 4ff4270c..22c1ca48 100644
--- a/.github/workflows/dependabot-approve.yml
+++ b/.github/workflows/dependabot-approve.yml
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- name: Dump metadata
- run: echo "${{ steps.dependabot-metadata.outputs }}"
+ run: echo "${{ toJSON(steps.dependabot-metadata.outputs) }}" | jq
- name: Approve
if: |