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
c8638411a7
commit
63715fbb94
1 changed files with 4 additions and 1 deletions
3
.github/workflows/dist-2.yml
vendored
3
.github/workflows/dist-2.yml
vendored
|
@ -10,5 +10,8 @@ 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 }}
|
||||
|
|
Loading…
Reference in a new issue