Update dist-2.yml

This commit is contained in:
jstan-isch 2023-01-25 21:41:31 -06:00 committed by GitHub
parent 1d628821ba
commit 30bdbd8d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,16 +41,14 @@ jobs:
-X POST \ -X POST \
-H "Accept: application/vnd.github+json" \ -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \ https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
-d '{ -d '{
"name":"mighty_readme", "name": "myEvent",
"head_sha":"3b1822e5b0ee11bdc944e71392bd8b7006401c26", "head_sha": "${{ github.sha }}",
"status":"completed", "status": "completed",
"conclusion": "success", "conclusion": "success",
"output": { "output": {
"title": null, "title": null,
"summary": null, "summary": null,
"text": null, "text": null
} }}'
}'