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
5
.github/workflows/dist-2.yml
vendored
5
.github/workflows/dist-2.yml
vendored
|
@ -9,6 +9,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.client_payload.ref }}
|
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.sha }}
|
||||||
- run: echo ${{ github.event.client_payload.test }}
|
- run: echo ${{ github.event.client_payload.test }}
|
||||||
|
|
Loading…
Reference in a new issue