We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300b235 commit 883819aCopy full SHA for 883819a
.github/workflows/pr-code-format.yml
@@ -41,9 +41,9 @@ jobs:
41
42
- name: Run code formatter
43
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 }}
+ GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
+ START_REV: ${{ github.event.pull_request.base.sha }}
+ END_REV: ${{ github.event.pull_request.head.sha }}
47
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
48
run: |
49
python llvm/utils/git/code-format-helper.py \
0 commit comments