Update dist-2.yml

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

View file

@ -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 }}