lol #2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue