test
All checks were successful
/ build (pull_request) Successful in 23s

This commit is contained in:
Jonas 2024-09-17 20:31:24 +02:00
parent 1211c2a03a
commit 21d10f9ad5
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

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