From 89baa4fd28fd376643eb81116118f4b270ffb37f Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 31 Dec 2024 09:35:56 -0500 Subject: [PATCH] fix: updates Signed-off-by: Devin Buhl --- .github/workflows/pre-pull-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-pull-images.yaml b/.github/workflows/pre-pull-images.yaml index d0c87a95e8fff..5fe35b482bd41 100644 --- a/.github/workflows/pre-pull-images.yaml +++ b/.github/workflows/pre-pull-images.yaml @@ -150,8 +150,8 @@ jobs: shell: bash run: | images=$(jq --null-input \ - --argfile "${{ needs.default-images.outputs.images }}" \ - --argfile "${{ needs.pull-request-images.outputs.images }}" \ + --argjson f1 "${{ needs.default-images.outputs.images }}" \ + --argjson f2 "${{ needs.pull-request-images.outputs.images }}" \ '($f1 - $f2) + ($f2 - $f1)' \ ) echo "images=${images}" >> $GITHUB_OUTPUT