Skip to content

Commit b40afa4

Browse files
authored
Update 02-deploy-gh-pages.yml
1 parent 28a4f9a commit b40afa4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/02-deploy-gh-pages.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
with:
2222
name: build
2323
path: out
24-
25-
- name: GitHub Actor
26-
run: echo "The github actor is $GITHUB_ACTOR"
27-
28-
- name: Logging information
29-
uses: actions/github-script@v6
30-
with:
31-
script: |
32-
console.log('github.actor', github.actor);
33-
console.log('github.event.pull_request_target', github.event?.pull_request_target);
34-
console.log('github.event.pull_request.head.repo.owner.login', github.event?.pull_request.head.repo.owner.login);
3524

3625
- name: ➕ Bundle current gh-pages
3726
uses: ./.github/actions/bundle-gh-page

0 commit comments

Comments
 (0)