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
be65d9d46d
commit
45148f549b
1 changed files with 4 additions and 4 deletions
8
.github/curl/action.yml
vendored
8
.github/curl/action.yml
vendored
|
@ -5,9 +5,9 @@ on:
|
|||
inputs:
|
||||
sha:
|
||||
required: true
|
||||
secrets:
|
||||
envPAT:
|
||||
required: true
|
||||
# secrets:
|
||||
# envPAT:
|
||||
# required: true
|
||||
|
||||
jobs:
|
||||
curl:
|
||||
|
@ -17,6 +17,6 @@ jobs:
|
|||
curl \
|
||||
-X POST \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H 'Authorization: Bearer ${{ secrets.envPAT }}' \
|
||||
-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