lol #2

Open
lubiana wants to merge 14 commits from test into master
Showing only changes of commit 4fd84862e9 - Show all commits

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"