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

This commit is contained in:
lubiana 2024-09-17 20:28:59 +02:00
parent 9615bbc882
commit 9be52cd95f
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ jobs:
ls -l
pwd
output=$(cat 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
curl -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \