Skip to content

Commit

Permalink
Fix shellcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Mar 5, 2025
1 parent 5316436 commit 4f4ec98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
- name: Compare Images
id: compare
run: |

Check failure on line 84 in .github/workflows/image-pull.yaml

View workflow job for this annotation

GitHub Actions / actionlint

shellcheck reported issue in this script: SC2086:info:11:8: Double quote to prevent globbing and word splitting
images=$(jq --compact-output --null-input \
images="$(jq --compact-output --null-input \
--argjson f1 '${{ needs.extract.outputs.default }}' \
--argjson f2 '${{ needs.extract.outputs.pull }}' \
'$f2 - $f1' \
)
)"
echo "images=${images}" >> "${GITHUB_OUTPUT}"
{
Expand Down

0 comments on commit 4f4ec98

Please sign in to comment.