Skip to content

Commit 1f8f21d

Browse files
committed
diag event handling
1 parent 2f613dd commit 1f8f21d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/comment_bot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ jobs:
3838
- name: Checkout Arrow
3939
shell: bash
4040
run: echo "Triggered"
41+
- name: Event Name
42+
shell: bash
43+
run: echo "${{ github.event_name }} "
44+
- name: Event Path
45+
shell: bash
46+
run: echo "${{ github.event_path }} "
47+
- name: Event Payload
48+
shell: bash
49+
run: echo "${{ github.event }} "

0 commit comments

Comments
 (0)