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 }} "