Skip to content

Commit 49132f7

Browse files
committed
updated rest of PR to match js
1 parent 7d6ee19 commit 49132f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- name: Build
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
REPO: ${{ github.repository }}
42+
4343
HEAD_REF: ${{ github.event.pull_request.head.ref }}
44-
PR_NUMBER: ${{ github.event.pull_request.number }}
45-
RUN_ID: ${{ github.run_id }}
44+
45+
4646
run: |
4747
./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION \
4848
--repo "${{ github.repository }}" \

0 commit comments

Comments
 (0)