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
71778e5de3
commit
7361ccf1cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dist-2.yml
vendored
2
.github/workflows/dist-2.yml
vendored
|
@ -44,6 +44,6 @@ jobs:
|
|||
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
|
||||
-d '{
|
||||
"name": "myEvent",
|
||||
"head_sha": "${{ github.sha }}",
|
||||
"head_sha": "${{ github.event.client_payload.sha }}",
|
||||
"status": "completed",
|
||||
"conclusion": "success"}'
|
||||
|
|
Loading…
Reference in a new issue