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

This commit is contained in:
Jonas 2024-09-17 18:56:13 +02:00
parent 4ec86a8467
commit 4fd84862e9
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -23,5 +23,5 @@ jobs:
curl -vvv -X POST \ curl -vvv -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \ -H "Authorization: token ${GITHUB_TOKEN}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{"body": "$output"}' \ -d '{"body": "${{output }}"}' \
"${{ env.GITHUB_SERVER_URL }}/api/v1/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments" "${{ env.GITHUB_SERVER_URL }}/api/v1/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"