From 1caa8b2dc19eba0ff5066a0bea2cb2206a79a82f Mon Sep 17 00:00:00 2001 From: Nidhi Date: Tue, 12 Oct 2021 18:39:56 +0530 Subject: [PATCH] fix: Back to repository dispatch (#8468) * fix: Back to repository dispatch * 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 4a4d682c58..bce3ee3220 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -468,6 +468,11 @@ jobs: return result; } + - name: Dump the client payload context + env: + PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }} + run: echo "$PAYLOAD_CONTEXT" + package: needs: ui-test runs-on: ubuntu-latest