quotes
Some checks failed
Gitea Actions Demo / Create-Stack (push) Failing after 11s

This commit is contained in:
ThaMunsta
2025-03-16 14:43:51 -04:00
parent e86405d564
commit 3079744b7f

View File

@@ -38,7 +38,7 @@ jobs:
STACK_FILE_CONTENT=$(echo "$(<stack.yml )") STACK_FILE_CONTENT=$(echo "$(<stack.yml )")
# Prepare JSON payload # Prepare JSON payload
JSON_PAYLOAD=$(jq -n --arg stackFileContent "$STACK_FILE_CONTENT" --argjson name $STACK_NAME \ JSON_PAYLOAD=$(jq -n --arg stackFileContent "$STACK_FILE_CONTENT" --argjson name "$STACK_NAME" \
'{stackFileContent: $stackFileContent, name: $name}') '{stackFileContent: $stackFileContent, name: $name}')
echo "About to push the following JSON payload:" echo "About to push the following JSON payload:"