From 0c0e1331b5f7b1b7c51dd33b56e1b8b67284958c Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Wed, 25 Jan 2023 12:34:15 -0600 Subject: [PATCH] Update dist-2.yml --- .github/workflows/dist-2.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dist-2.yml b/.github/workflows/dist-2.yml index 10b4bdd42..e5f86498a 100644 --- a/.github/workflows/dist-2.yml +++ b/.github/workflows/dist-2.yml @@ -10,8 +10,10 @@ jobs: 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 }} + - 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 }}" + + #- run: echo ${{ github.event.client_payload.test }} + #- run: echo ${{ github.event.client_payload.sha }} + #- run: echo ${{ github.event.client_payload.test }}