Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 31, 2024
1 parent 6aeef6a commit 89baa4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89baa4f

Please sign in to comment.