From 1f8f21de981f3bb92790876eb48900af63d8f85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 5 Mar 2020 12:30:34 +0100 Subject: [PATCH] diag event handling --- .github/workflows/comment_bot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/comment_bot.yml b/.github/workflows/comment_bot.yml index 657d80760d584..b742971892391 100644 --- a/.github/workflows/comment_bot.yml +++ b/.github/workflows/comment_bot.yml @@ -38,3 +38,12 @@ jobs: - name: Checkout Arrow shell: bash run: echo "Triggered" + - name: Event Name + shell: bash + run: echo "${{ github.event_name }} " + - name: Event Path + shell: bash + run: echo "${{ github.event_path }} " + - name: Event Payload + shell: bash + run: echo "${{ github.event }} "