Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Sep 25, 2024
1 parent 88da8ad commit 0aa7b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scan-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
# This array contains all the images from /tmp/image_list.txt
sudo snap install jq
DATA=$(cat images.txt | jq -R -s -c 'split("\n")[:-1]')
echo "matrix=$DATA" >> "$GITHUB_OUTPUT"
echo "::set-output name=image-array::$DATA"
# echo "matrix=$DATA" >> "$GITHUB_OUTPUT"
- name: Debug
run: |
Expand Down

0 comments on commit 0aa7b9c

Please sign in to comment.