Skip to content

Commit 8374ed2

Browse files
authored
chore: test
1 parent c628d25 commit 8374ed2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/00-init.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ jobs:
2020
- name: 📥 Download deps default-npm-cache
2121
if: steps.npm-cache.outputs.cache-hit != 'true'
2222
uses: bahmutov/npm-install@v1
23+
24+
- name: GitHub Actor
25+
run: echo "The github actor is $GITHUB_ACTOR"
26+
27+
- name: Logging information
28+
uses: actions/github-script@v6
29+
with:
30+
script: |
31+
console.log('github.actor', github.actor);
32+
console.log('github.event.pull_request_target', github.event?.pull_request_target);
33+
console.log('github.event.pull_request.head.repo.owner.login', github.event?.pull_request.head.repo.owner.login);

0 commit comments

Comments
 (0)