Skip to content

Commit

Permalink
Merge branch 'main' into onedr0p-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Dec 28, 2024
2 parents a76ccdb + 84f964a commit 0b09bf6
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 0b09bf6

Please sign in to comment.