mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update dist-2.yml
This commit is contained in:
parent
a8b71753f3
commit
bcb70434e7
1 changed files with 11 additions and 0 deletions
11
.github/workflows/dist-2.yml
vendored
11
.github/workflows/dist-2.yml
vendored
|
@ -22,3 +22,14 @@ jobs:
|
|||
#- run: echo ${{ github.event.client_payload.test }}
|
||||
#- run: echo ${{ github.event.client_payload.sha }}
|
||||
#- run: echo ${{ github.event.client_payload.test }}
|
||||
- run: |
|
||||
curl --request POST \
|
||||
--url https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.sha }} \
|
||||
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
||||
--header 'content-type: application/json' \
|
||||
--data '{
|
||||
"context": "Staging Tests",
|
||||
"state": "success",
|
||||
"description": "Staging tests passed",
|
||||
"target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||
}'
|
||||
|
|
Loading…
Reference in a new issue