Skip to content

Commit 60513b8

Browse files
[Github] Fix typo in unprivileged-download-artifact test workflow
s/Chekcout/Checkout
1 parent 4ed97c1 commit 60513b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-unprivileged-download-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-24.04
3838
needs: [ upload-test-artifact ]
3939
steps:
40-
- name: Chekcout LLVM
40+
- name: Checkout LLVM
4141
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4242
with:
4343
sparse-checkout: |

0 commit comments

Comments
 (0)