Skip to content

Commit

Permalink
fix: use compact-output
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Dec 28, 2024
1 parent c69e141 commit 84f964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
id: extract-images
shell: bash
run: |
images=$(jq --raw-input --null-input '[inputs]' < <(grep -vf default.txt pull.txt))
images=$(jq --compact-output --raw-input --null-input '[inputs]' < <(grep -vf default.txt pull.txt))
echo "images=${images}" >> $GITHUB_OUTPUT
echo "${images}"
echo "### Images" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 84f964a

Please sign in to comment.