Update dist-2.yml

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

View file

@ -10,8 +10,10 @@ jobs:
with: with:
ref: ${{ github.event.client_payload.ref }} ref: ${{ github.event.client_payload.ref }}
- run: echo "This is second sha ${{ github.sha }}" - run: echo "This is the payload ref ${{ github.event.client_payload.ref }}"
- run: echo "This is second sha ${{ github.event.client_payload.sha }}" - run: echo "sha from first run sha ${{ github.sha }}"
- run: echo ${{ github.event.client_payload.test }} - run: echo "client payload sha ${{ github.event.client_payload.sha }}"
- run: echo ${{ github.event.client_payload.sha }}
- run: echo ${{ github.event.client_payload.test }} #- run: echo ${{ github.event.client_payload.test }}
#- run: echo ${{ github.event.client_payload.sha }}
#- run: echo ${{ github.event.client_payload.test }}