[Github] Remove redundant 'START_REV', 'END_REV' env variables (NFC) (#154218)
After https://github.com/llvm/llvm-project/pull/133023, `START_REV` and `END_REV` env variables became redundant.
This commit is contained in:
parent
5581e34bd9
commit
ef3ce0dcb2
2
.github/workflows/pr-code-format.yml
vendored
2
.github/workflows/pr-code-format.yml
vendored
@ -70,8 +70,6 @@ jobs:
|
||||
- name: Run code formatter
|
||||
env:
|
||||
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
START_REV: ${{ github.event.pull_request.base.sha }}
|
||||
END_REV: ${{ github.event.pull_request.head.sha }}
|
||||
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
# Create an empty comments file so the pr-write job doesn't fail.
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user