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

This commit is contained in:
lubiana 2024-09-17 18:56:13 +02:00
parent 4ec86a8467
commit 4fd84862e9
No known key found for this signature in database

View file

@ -23,5 +23,5 @@ jobs:
curl -vvv -X POST \
-H "Authorization: token ${GITHUB_TOKEN}" \
-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"