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
07ebc8fc43
commit
cd9b516c89
1 changed files with 16 additions and 16 deletions
32
.github/workflows/dist-2.yml
vendored
32
.github/workflows/dist-2.yml
vendored
|
@ -23,23 +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: Success
|
# - name: Success
|
||||||
if: success()
|
# 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 }}
|
||||||
|
|
||||||
- name: Failure
|
# - name: Failure
|
||||||
if: success()
|
# 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 }}
|
||||||
|
|
||||||
|
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue