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
cb0e113b75
commit
2d1dfaebb6
1 changed files with 7 additions and 6 deletions
13
.github/curl/action.yml
vendored
13
.github/curl/action.yml
vendored
|
@ -14,9 +14,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
curl \
|
||||
-X POST \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-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"}'
|
||||
echo "${{ inputs.sha }}"
|
||||
# curl \
|
||||
# -X POST \
|
||||
# -H "Accept: application/vnd.github+json" \
|
||||
# -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