Skip to content

Commit

Permalink
Fix: Disable shellcheck SC2016
Browse files Browse the repository at this point in the history
gh api graphql requires single quote or would not work
as expected when testing so ignore SC2016

Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Oct 9, 2024
1 parent da62e1c commit 0b35b1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github2gerrit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ jobs:
run: |
set -x
# shellcheck disable=SC2016
gh api graphql --paginate \
-F number=${{ env.PR_NUMBER }} \
-F owner=${{ vars.ORGANIZATION }} \
Expand Down

0 comments on commit 0b35b1c

Please sign in to comment.