mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
[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.
This commit is contained in:
2
.github/workflows/pr-code-format.yml
vendored
2
.github/workflows/pr-code-format.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Fetch code formatting utils
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
reository: ${{ github.repository }}
|
||||
repository: ${{ github.repository }}
|
||||
ref: ${{ github.base_ref }}
|
||||
sparse-checkout: |
|
||||
llvm/utils/git/requirements_formatting.txt
|
||||
|
||||
Reference in New Issue
Block a user