Skip to content

Commit 3374253

Browse files
authored
Update 00-init.yml
1 parent df5d3f6 commit 3374253

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/00-init.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ jobs:
88
name: Init
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Repo workspace
12+
env:
13+
OWNER_LOGIN: ${{context.payload.pull_request.head.owner.login}}
14+
uses: actions/github-script@v6
15+
with:
16+
script: |
17+
console.log(context.payload.pull_request.head);
18+
1119
- name: 🛑 Cancel Previous Runs
1220
uses: styfle/[email protected]
1321

0 commit comments

Comments
 (0)