[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:
Baranov Victor 2025-08-19 11:41:37 +03:00 committed by GitHub
parent 5581e34bd9
commit ef3ce0dcb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,8 +70,6 @@ jobs:
- name: Run code formatter - name: Run code formatter
env: env:
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }} 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 }} CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
# Create an empty comments file so the pr-write job doesn't fail. # Create an empty comments file so the pr-write job doesn't fail.
run: | run: |