We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8af4f1 commit 0c7873aCopy full SHA for 0c7873a
.github/workflows/triage.yaml
@@ -29,7 +29,21 @@ on:
29
jobs:
30
31
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
47
project:
48
name: Fetch Triage Details
49
runs-on: ubuntu-latest
0 commit comments