mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Update action.yml
This commit is contained in:
parent
a13580ba1b
commit
6421c1d522
1 changed files with 2 additions and 2 deletions
4
.github/curl/action.yml
vendored
4
.github/curl/action.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
sha:
|
||||
required: true
|
||||
secrets:
|
||||
secret:
|
||||
github_token:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
|
@ -17,6 +17,6 @@ jobs:
|
|||
curl \
|
||||
-X POST \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer ${{ secrets.secret }}" \
|
||||
-H "Authorization: Bearer ${{ secrets.github_token }}" \
|
||||
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
|
||||
-d '{"name":"myEvent","head_sha":"${{ inputs.sha }}","status":"completed", "conclusion":"success"}'
|
||||
|
|
Loading…
Reference in a new issue