mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update dist-2.yml
This commit is contained in:
parent
9eb4abad29
commit
b5de99c556
1 changed files with 18 additions and 0 deletions
18
.github/workflows/dist-2.yml
vendored
18
.github/workflows/dist-2.yml
vendored
|
@ -36,3 +36,21 @@ jobs:
|
||||||
"description": "Staging tests passed",
|
"description": "Staging tests passed",
|
||||||
"target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
"target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||||
}'
|
}'
|
||||||
|
|
||||||
|
curl \
|
||||||
|
-X POST \
|
||||||
|
-H "Accept: application/vnd.github+json" \
|
||||||
|
-H "Authorization: Bearer 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"\
|
||||||
|
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||||
|
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
|
||||||
|
-d '{
|
||||||
|
"name":"mighty_readme",
|
||||||
|
"head_sha":"3b1822e5b0ee11bdc944e71392bd8b7006401c26",
|
||||||
|
"status":"completed",
|
||||||
|
"conclusion": "success",
|
||||||
|
"output": {
|
||||||
|
"title": null,
|
||||||
|
"summary": null,
|
||||||
|
"text": null,
|
||||||
|
}
|
||||||
|
}'
|
||||||
|
|
Loading…
Reference in a new issue