mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Update dist-2.yml
This commit is contained in:
parent
c1b817b692
commit
1ad7819d33
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dist-2.yml
vendored
4
.github/workflows/dist-2.yml
vendored
|
@ -30,9 +30,9 @@ jobs:
|
|||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer ${{ secrets.MY_PAT }}" \
|
||||
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
|
||||
-d '{"name":"myEvent","head_sha":"${{ github.event.client_payload.sha }}","status":"completed", "conclusion":"success", "details_url":"https://github.com/jstan-isch/spring-petclinic/runs/{id}"}'
|
||||
|
||||
-d '{"name":"myEvent","head_sha":"${{ github.event.client_payload.sha }}","status":"completed", "conclusion":"success"}'
|
||||
|
||||
#-d '{"name":"myEvent","head_sha":"${{ github.event.client_payload.sha }}","status":"completed", "conclusion":"success", "details_url":"https://github.com/jstan-isch/spring-petclinic/runs/{id}"}'
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue