Skip to content

Commit

Permalink
diag event handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Mar 5, 2020
1 parent 2f613dd commit 1f8f21d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/comment_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} "

0 comments on commit 1f8f21d

Please sign in to comment.