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 5581e34 commit ef3ce0dCopy full SHA for ef3ce0d
.github/workflows/pr-code-format.yml
@@ -70,8 +70,6 @@ jobs:
70
- name: Run code formatter
71
env:
72
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
73
- START_REV: ${{ github.event.pull_request.base.sha }}
74
- END_REV: ${{ github.event.pull_request.head.sha }}
75
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
76
# Create an empty comments file so the pr-write job doesn't fail.
77
run: |
0 commit comments