Skip to content

Commit 883819a

Browse files
committed
Test this
1 parent 300b235 commit 883819a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-code-format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141

4242
- name: Run code formatter
4343
env:
44-
GITHUB_PR_NUMBER: ${{ github.event.pull_request_target.number }}
45-
START_REV: ${{ github.event.pull_request_target.base.sha }}
46-
END_REV: ${{ github.event.pull_request_target.head.sha }}
44+
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
45+
START_REV: ${{ github.event.pull_request.base.sha }}
46+
END_REV: ${{ github.event.pull_request.head.sha }}
4747
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
4848
run: |
4949
python llvm/utils/git/code-format-helper.py \

0 commit comments

Comments
 (0)