Update dist-2.yml

This commit is contained in:
jstan-isch 2023-01-28 09:10:46 -06:00 committed by GitHub
parent 32d24468fa
commit c1b817b692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" \