From 3db4ef94d332cc9fea0c084c526ac31e2913692d Mon Sep 17 00:00:00 2001 From: Punit Narang Date: Thu, 19 Aug 2021 04:04:47 +0530 Subject: [PATCH] GitHub Actions Testing --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3639606bc8b4..9f4f91d47c88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,7 @@ jobs: - name: run build if: github.event_name == 'repository_dispatch' run: | - echo "id is $ID" - echo "integration is ${{ github.event.client_payload.integration }}" + echo "client_payload is ${{ github.event.client_payload }}" show-id: runs-on: ubuntu-latest needs: [build]