Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 31, 2024
1 parent d29a675 commit e72be24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pre-pull-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
id: compare-images
shell: bash
run: |
echo "${{ needs.extract-images.outputs }}"
images=$(jq 'to_entries as $entries | ($entries[0].value - $entries[1].value)' "${{ needs.extract-images.outputs }}")
images="${{ toJSON(needs.extract-images.outputs) }}"
echo "$images"
images=$(jq 'to_entries as $entries | ($entries[0].value - $entries[1].value)' "${images}")
echo "images=${images}" >> $GITHUB_OUTPUT
pre-pull-images:
Expand Down

0 comments on commit e72be24

Please sign in to comment.