Update dist-2.yml

This commit is contained in:
jstan-isch 2023-01-25 13:32:09 -06:00 committed by GitHub
parent 125b3680c0
commit 7d5b8733bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,14 @@ 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 }}"
- run: echo "client payload sha ${{ github.event.client_payload.sha }}"