Skip to content

Commit 3c1eb95

Browse files
committed
Try with double quotes
1 parent 219c6da commit 3c1eb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/resolve-architectures/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
fi
3232
done
3333
34-
arr_string=$(IFS=, ; echo "['${arr[*]}']")
34+
arr_string=$(IFS=, ; echo "/"['${arr[*]}']"/"")
3535
ARR_STRING=$(echo $arr_string | sed "s/,/','/g" | sed "s/''/'/g") # Remove double single quotes
3636
echo "resolved_platforms=${ARR_STRING}" >> ${GITHUB_OUTPUT}
3737

0 commit comments

Comments
 (0)