not json
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 42s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 42s
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user