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
50c7d99421
commit
07ebc8fc43
1 changed files with 11 additions and 3 deletions
14
.github/workflows/dist-2.yml
vendored
14
.github/workflows/dist-2.yml
vendored
|
@ -23,15 +23,23 @@ jobs:
|
||||||
- run: echo "sha from first run sha ${{ github.sha }}"
|
- run: echo "sha from first run sha ${{ github.sha }}"
|
||||||
- run: echo "client payload sha ${{ github.event.client_payload.sha }}"
|
- run: echo "client payload sha ${{ github.event.client_payload.sha }}"
|
||||||
|
|
||||||
- name: check-run-flow
|
- name: Success
|
||||||
|
if: success()
|
||||||
|
uses: ./.github/curl
|
||||||
|
env:
|
||||||
|
CONTEXT: "myEvent"
|
||||||
|
STATUS: "success"
|
||||||
|
SHA: ${{ github.event.client_payload.sha }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Failure
|
||||||
|
if: success()
|
||||||
uses: ./.github/curl
|
uses: ./.github/curl
|
||||||
env:
|
env:
|
||||||
CONTEXT: "myEvent"
|
CONTEXT: "myEvent"
|
||||||
STATUS: "success"
|
STATUS: "success"
|
||||||
SHA: ${{ github.event.client_payload.sha }}
|
SHA: ${{ github.event.client_payload.sha }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# env:
|
|
||||||
# envPAT: ${{ secrets.MY_PAT }}
|
|
||||||
|
|
||||||
|
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue