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 9fd7b96 commit 2e1dcdcCopy full SHA for 2e1dcdc
.github/workflows/deploy-aca-package.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
echo "Original KEY_VALUE_VALUES=${{ secrets.KEY_VALUE_VALUES }}"
46
# Re-quote the secrets to ensure they are valid JSON
47
- KEY_VALUE_VALUES=$(echo '${{ secrets.KEY_VALUE_VALUES }}' | jq -R 'split(",")')
+ KEY_VALUE_VALUES=$(echo '${{ secrets.KEY_VALUE_VALUES }}' | jq )
48
echo "Reformatted KEY_VALUE_VALUES=$KEY_VALUE_VALUES"
49
echo "KEY_VALUE_VALUES=$KEY_VALUE_VALUES" >> $GITHUB_ENV
50
0 commit comments