From 53164363e1080931952a341271b0ac4e443daa33 Mon Sep 17 00:00:00 2001 From: Scotte Zinn Date: Wed, 5 Mar 2025 05:59:34 -0500 Subject: [PATCH] Fix shellcheck errors --- .github/workflows/image-pull.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-pull.yaml b/.github/workflows/image-pull.yaml index 52a79d2f1..e1edab4c1 100644 --- a/.github/workflows/image-pull.yaml +++ b/.github/workflows/image-pull.yaml @@ -83,8 +83,8 @@ jobs: id: compare run: | images=$(jq --compact-output --null-input \ - --argjson f1 '${{ needs.extract-images.outputs.default }}' \ - --argjson f2 '${{ needs.extract-images.outputs.pull }}' \ + --argjson f1 '${{ needs.extract.outputs.default }}' \ + --argjson f2 '${{ needs.extract.outputs.pull }}' \ '$f2 - $f1' \ ) echo "images=${images}" >> "${GITHUB_OUTPUT}"