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