test
All checks were successful
/ ls (pull_request) Successful in 2m17s

This commit is contained in:
Jonas 2024-09-17 20:44:03 +02:00
parent c84d4b9508
commit aa33708dee
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -26,10 +26,10 @@ jobs:
run: composer mutation
- name: Add comment to pull request
run: |
echo '\`\`\`' >> /tmp/pull-request-comment
echo '```' >> /tmp/pull-request-comment
cat var/log/infection.txt >> /tmp/pull-request-comment
cat var/log/summary.log >> /tmp/pull-request-comment
echo '\`\`\`' >> /tmp/pull-request-comment
echo '```' >> /tmp/pull-request-comment
jq -n --arg msg "$(cat /tmp/pull-request-comment)" '{"body": $msg}' > /tmp/git-msg
curl -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \