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

This commit is contained in:
Jonas 2024-09-17 20:33:08 +02:00
parent 21d10f9ad5
commit 2d6c03fca1
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

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