Update dist-2.yml

This commit is contained in:
jstan-isch 2023-01-25 12:27:59 -06:00 committed by GitHub
parent c8638411a7
commit 63715fbb94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,9 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.client_payload.ref }}
- run: echo "This is second sha ${{ github.sha }}"
- run: echo "This is second sha ${{ github.event.client_payload.sha }}"
- run: echo ${{ github.event.client_payload.test }}
- run: echo ${{ github.event.client_payload.sha }}
- run: echo ${{ github.event.client_payload.test }}