Skip to content

Commit 0c7873a

Browse files
committed
1 parent d8af4f1 commit 0c7873a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/triage.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,21 @@ on:
2929
jobs:
3030

3131

32-
32+
debug:
33+
name: Debug
34+
runs-on: ubuntu-latest
35+
steps:
36+
37+
- name: Variables
38+
run: |
39+
echo "[Debug] github.actor=${{ github.actor }}";
40+
echo "[Debug] github.event.action=${{ github.event.action }}";
41+
echo "[Debug] github.event.pull_request.author_association=${{ github.event.pull_request.author_association }}";
42+
echo "[Debug] github.event_name=${{ github.event_name }}";
43+
echo "[Debug] github.repository=${{ github.repository }}";
44+
echo "[Debug] github.triggering_actor=${{ github.triggering_actor }}";
45+
46+
3347
project:
3448
name: Fetch Triage Details
3549
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)