Skip to content

Commit 55d7350

Browse files
committed
1 parent 0a6e747 commit 55d7350

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/project.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ jobs:
4646

4747
- name: Variables
4848
run: |
49-
echo "[Debug] github.event_name=${{ github.event_name }}";
49+
echo "[Debug] github.actor=${{ github.actor }}";
5050
echo "[Debug] github.event.action=${{ github.event.action }}";
51-
echo "[Debug] github.repository=${{ github.repository }}";
5251
echo "[Debug] github.event.pull_request.author_association=${{ github.event.pull_request.author_association }}";
52+
echo "[Debug] github.event_name=${{ github.event_name }}";
53+
echo "[Debug] github.repository=${{ github.repository }}";
5354
echo "[Debug] github.triggering_actor=${{ github.triggering_actor }}";
5455
5556
echo "[Debug] inputs.TRIAGE_EVENT_ACTION=${{ inputs.TRIAGE_EVENT_ACTION }}";

0 commit comments

Comments
 (0)