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
0c0e1331b5
commit
125b3680c0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dist-2.yml
vendored
3
.github/workflows/dist-2.yml
vendored
|
@ -6,6 +6,9 @@ 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 }}
|
||||
|
|
Loading…
Reference in a new issue