We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6e747 commit 55d7350Copy full SHA for 55d7350
.github/workflows/project.yaml
@@ -46,10 +46,11 @@ jobs:
46
47
- name: Variables
48
run: |
49
- echo "[Debug] github.event_name=${{ github.event_name }}";
+ echo "[Debug] github.actor=${{ github.actor }}";
50
echo "[Debug] github.event.action=${{ github.event.action }}";
51
- echo "[Debug] github.repository=${{ github.repository }}";
52
echo "[Debug] github.event.pull_request.author_association=${{ github.event.pull_request.author_association }}";
+ echo "[Debug] github.event_name=${{ github.event_name }}";
53
+ echo "[Debug] github.repository=${{ github.repository }}";
54
echo "[Debug] github.triggering_actor=${{ github.triggering_actor }}";
55
56
echo "[Debug] inputs.TRIAGE_EVENT_ACTION=${{ inputs.TRIAGE_EVENT_ACTION }}";
0 commit comments