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

This commit is contained in:
Jonas 2024-09-17 18:16:41 +02:00
parent 7674b6a6bd
commit 3bf8f37b4f
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -28,7 +28,8 @@ jobs:
run: |
cat var/log/infection.txt >> /tmp/pull-request-comment
cat var/log/summary.log >> /tmp/pull-request-comment
curl -X POST \
cat /tmp/pull-request-comment
curl -vvv -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \
-H "Content-Type: application/json" \
-d '{"body": "$(cat /tmp/pull-request-comment)"}' \