Skip to content

Commit 5f6a40a

Browse files
authored
chore: removed previous test checkin
1 parent 8374ed2 commit 5f6a40a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/00-init.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,3 @@ 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)