idk
All checks were successful
Gitea Actions Demo / Create-Stack (push) Successful in 10s

This commit is contained in:
ThaMunsta
2025-03-16 14:56:01 -04:00
parent 7d30f715c5
commit 26c578b638

View File

@@ -38,8 +38,10 @@ 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" --arg name "$STACK_NAME" \ JSON_PAYLOAD=$(jq -n \
'{stackFileContent: $stackFileContent, name: $name}') --arg file "$STACK_FILE_CONTENT" \
--arg name "$STACK_NAME" \
'{file: $file, name: $name}')
echo "About to push the following JSON payload:" echo "About to push the following JSON payload:"
echo $JSON_PAYLOAD echo $JSON_PAYLOAD