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 e15aa60 commit 9ced369Copy full SHA for 9ced369
1 file changed
.github/workflows/infrastructure-ci-cd.yml
@@ -83,8 +83,8 @@ jobs:
83
environments=("dev")
84
fi
85
86
- # Convert to JSON array
87
- environments_json=$(printf '%s\n' "${environments[@]}" | jq -R . | jq -s .)
+ # Convert to compact JSON array
+ environments_json=$(printf '%s\n' "${environments[@]}" | jq -R . | jq -s -c .)
88
89
echo "environments=${environments_json}" >> $GITHUB_OUTPUT
90
echo "Environments to process: ${environments_json}" >> $GITHUB_STEP_SUMMARY
0 commit comments