mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Update dist-2.yml
This commit is contained in:
parent
63715fbb94
commit
0c0e1331b5
1 changed files with 7 additions and 5 deletions
12
.github/workflows/dist-2.yml
vendored
12
.github/workflows/dist-2.yml
vendored
|
@ -10,8 +10,10 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.event.client_payload.ref }}
|
||||
|
||||
- run: echo "This is second sha ${{ github.sha }}"
|
||||
- run: echo "This is second sha ${{ github.event.client_payload.sha }}"
|
||||
- run: echo ${{ github.event.client_payload.test }}
|
||||
- run: echo ${{ github.event.client_payload.sha }}
|
||||
- run: echo ${{ github.event.client_payload.test }}
|
||||
- run: echo "This is the payload ref ${{ github.event.client_payload.ref }}"
|
||||
- run: echo "sha from first run sha ${{ github.sha }}"
|
||||
- run: echo "client payload sha ${{ github.event.client_payload.sha }}"
|
||||
|
||||
#- run: echo ${{ github.event.client_payload.test }}
|
||||
#- run: echo ${{ github.event.client_payload.sha }}
|
||||
#- run: echo ${{ github.event.client_payload.test }}
|
||||
|
|
Loading…
Reference in a new issue