Skip to content

Commit c948824

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

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/00-init.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ 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-
1911
- name: 🛑 Cancel Previous Runs
2012
uses: styfle/cancel-workflow-action@0.9.1
2113

0 commit comments

Comments
 (0)