Skip to content

Commit 9751c3f

Browse files
authored
Update main.yml
Display gh context actor and head ref
1 parent 55caa1a commit 9751c3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
uses: actions/setup-node@v2.1.2
1616
with:
1717
node-version: 10.x
18+
19+
- name: GitHub context (actor and head ref)
20+
run: |
21+
echo ${{ github.actor }}
22+
echo ${{ github.head_ref }}
1823
1924
- name: Install NPM modules
2025
run: npm ci

0 commit comments

Comments
 (0)