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
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:
|
myEvent:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Dump Context
|
|
||||||
env:
|
|
||||||
GITHUB_CONTEXT: ${{ toJSON(github) }}
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.client_payload.ref }}
|
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 "This is the payload ref ${{ github.event.client_payload.ref }}"
|
||||||
- run: echo "sha from first run sha ${{ github.sha }}"
|
- run: echo "sha from first run sha ${{ github.sha }}"
|
||||||
|
|
Loading…
Reference in a new issue