summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpkak <67059904+rpkak@users.noreply.github.com>2021-07-28 03:34:37 +0200
committerGitHub <noreply@github.com>2021-07-28 08:34:37 +0700
commit643a26b9910e93acff9bfbda04ed553803cd7041 (patch)
treec05d1702228d015e5f7e223979dcedfac9e6f26d
parentadc03e81195b73cf2d5389e9906250aaad093f8b (diff)
downloadrq-643a26b9910e93acff9bfbda04ed553803cd7041.tar.gz
fix query request of issue listing (#1519)
Co-authored-by: rpkak <rpkak@users.noreply.github.com>
-rw-r--r--.github/workflows/dependencies.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml
index 423207b..958fa3e 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -97,7 +97,7 @@ jobs:
- name: Create failure issue
run: |
- if [[ "$(curl --url https://api.github.com/repos/${{ github.repository }}/issues --request GET --data '{"creator": "github-actions"}')" != *"\""* ]]
+ if [[ "$(curl --url https://api.github.com/repos/${{ github.repository }}/issues?creator=github-actions --request GET)" != *"\""* ]]
then curl --request POST \
--url https://api.github.com/repos/${{ github.repository }}/issues \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \