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
125b3680c0
commit
7d5b8733bf
1 changed files with 4 additions and 3 deletions
7
.github/workflows/dist-2.yml
vendored
7
.github/workflows/dist-2.yml
vendored
|
@ -6,12 +6,13 @@ jobs:
|
|||
myEvent:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dump Context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJSON(github) }}
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.client_payload.ref }}
|
||||
|
||||
- name: Dump Context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJSON(github) }}
|
||||
|
||||
- run: echo "This is the payload ref ${{ github.event.client_payload.ref }}"
|
||||
- run: echo "sha from first run sha ${{ github.sha }}"
|
||||
|
|
Loading…
Reference in a new issue