Skip to content

Commit

Permalink
Specify multi-line bash script 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Jul 10, 2024
1 parent a2ef295 commit f33cd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
# outputs:
# SANITIZED_COMPRESSION_FORMATS - The sanitized compression format names
# TAGGED_COMPRESSION_IMAGES - The tagged compression-specific image references
run:
run: |
# Read the compression formats into an array
IFS=' ' read -r -a compression_formats_array <<< "${COMPRESSION_FORMATS}"
Expand Down

0 comments on commit f33cd6b

Please sign in to comment.