not json
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 42s

This commit is contained in:
ThaMunsta
2025-03-15 13:52:36 -04:00
parent f1781c78ab
commit 5156cfc7ae

View File

@@ -42,8 +42,9 @@ jobs:
# Read stack file content
STACK_FILE_CONTENT=$(jq -Rs . < stack.yml)
echo "$(<stack.yml )"
# STACK_FILE_CONTENT=$(jq -Rs . < stack.yml)
STACK_FILE_CONTENT=$(echo "$(<stack.yml )")
# Prepare JSON payload
JSON_PAYLOAD=$(jq -n --arg stackFileContent "$STACK_FILE_CONTENT" --argjson pullImage true \