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
32d24468fa
commit
c1b817b692
1 changed files with 5 additions and 2 deletions
7
.github/workflows/dist-2.yml
vendored
7
.github/workflows/dist-2.yml
vendored
|
@ -9,9 +9,10 @@ jobs:
|
||||||
myEvent:
|
myEvent:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.client_payload.ref }}
|
ref: ${{ github.event.client_payload.ref }}
|
||||||
|
fetch-depth: '0'
|
||||||
|
|
||||||
- name: Dump Context
|
- name: Dump Context
|
||||||
env:
|
env:
|
||||||
|
@ -21,7 +22,9 @@ jobs:
|
||||||
- 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 }}"
|
||||||
- run: echo "client payload sha ${{ github.event.client_payload.sha }}"
|
- run: echo "client payload sha ${{ github.event.client_payload.sha }}"
|
||||||
- run: |
|
|
||||||
|
- name: check-run-flow
|
||||||
|
run: |
|
||||||
curl \
|
curl \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
|
|
Loading…
Reference in a new issue