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

This commit is contained in:
Jonas 2024-09-17 18:41:29 +02:00
parent 582f7816f0
commit 985e478a57
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -33,7 +33,7 @@ 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"
- name: GIT commit and push all changed files
env: