test
Some checks failed
/ build (pull_request) Failing after 23s

This commit is contained in:
Jonas 2024-09-17 20:36:07 +02:00
parent 2d6c03fca1
commit 617a9e65f6
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -19,7 +19,7 @@ jobs:
ls -l ls -l
pwd pwd
output=$(cat output.txt) output=$(cat output.txt)
echo "\n" >> output.txt echo "" >> output.txt
jq -n --arg msg "\`\`\`$(cat output.txt)`\`\`" '{"body": $msg}' > /tmp/git-msg jq -n --arg msg "\`\`\`$(cat output.txt)`\`\`" '{"body": $msg}' > /tmp/git-msg
echo $output echo $output
curl -X POST \ curl -X POST \