From f33cd6b6253bbe6807d793912ed6e0b432021a6e Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Wed, 10 Jul 2024 17:52:16 +0100 Subject: [PATCH] Specify multi-line bash script :facepalm: --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1a96653..774a8c9 100644 --- a/action.yml +++ b/action.yml @@ -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}"