Skip to content

Commit f6c87be

Browse files
[Github] Fix typo in PR code formatting job
The recent change to split the PR code formatting job accidentally misspelled the repository field when specifying the repository to fetch the code formatting utils from. This patch fixes the spelling so that the job does not throw a warning and clones the tools from the specified repository.
1 parent e47a81c commit f6c87be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Fetch code formatting utils
3434
uses: actions/checkout@v4
3535
with:
36-
reository: ${{ github.repository }}
36+
repository: ${{ github.repository }}
3737
ref: ${{ github.base_ref }}
3838
sparse-checkout: |
3939
llvm/utils/git/requirements_formatting.txt

0 commit comments

Comments
 (0)