diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 8f65054..abe7dfb 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -19,7 +19,7 @@ jobs: ls -l pwd output=$(cat output.txt) - echo "\n" >> output.txt + echo "" >> output.txt jq -n --arg msg "\`\`\`$(cat output.txt)`\`\`" '{"body": $msg}' > /tmp/git-msg echo $output curl -X POST \