From fbfb7a6fd7d15d2fff550087d2f5d9d0c1150937 Mon Sep 17 00:00:00 2001 From: Nidhi Date: Tue, 12 Oct 2021 18:42:45 +0530 Subject: [PATCH] fix: Back to repository dispatch (#8469) * fix: Back to repository dispatch * Test * Test --- .github/workflows/integration-tests-command.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index bce3ee3220..5e3332740d 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -408,6 +408,11 @@ jobs: run: shell: bash steps: + - name: Dump the client payload context + env: + PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }} + run: echo "$PAYLOAD_CONTEXT" + # Update check run called "ui-test-result" - name: Mark ui-test-result job as complete uses: actions/github-script@v1