mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
curl \
|
echo "${{ inputs.sha }}"
|
||||||
-X POST \
|
# curl \
|
||||||
-H "Accept: application/vnd.github+json" \
|
# -X POST \
|
||||||
-H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
# -H "Accept: application/vnd.github+json" \
|
||||||
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
|
# -H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
||||||
-d '{"name":"myEvent","head_sha":"${{ inputs.sha }}","status":"completed", "conclusion":"success"}'
|
# 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