From 63715fbb944a2cd6788bb413a9a266a09e8f8bfc Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:27:59 -0600 Subject: [PATCH] Update dist-2.yml --- .github/workflows/dist-2.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dist-2.yml b/.github/workflows/dist-2.yml index bd2b79c69..10b4bdd42 100644 --- a/.github/workflows/dist-2.yml +++ b/.github/workflows/dist-2.yml @@ -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 }}