We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219c6da commit 3c1eb95Copy full SHA for 3c1eb95
actions/resolve-architectures/action.yaml
@@ -31,7 +31,7 @@ runs:
31
fi
32
done
33
34
- arr_string=$(IFS=, ; echo "['${arr[*]}']")
+ arr_string=$(IFS=, ; echo "/"['${arr[*]}']"/"")
35
ARR_STRING=$(echo $arr_string | sed "s/,/','/g" | sed "s/''/'/g") # Remove double single quotes
36
echo "resolved_platforms=${ARR_STRING}" >> ${GITHUB_OUTPUT}
37
0 commit comments