Skip to content

Commit 57a1a3d

Browse files
committed
Fix broken indentation for YAML file
1 parent a9fa85d commit 57a1a3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pattern-metrics.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
3131
- name: Check out the code so we can get the CODEOWNERS names
3232
uses: actions/checkout@v4
33-
with:
34-
sparse-checkout: |
35-
.github/CODEOWNERS
36-
sparse-checkout-cone-mode: false
33+
with:
34+
sparse-checkout: |
35+
.github/CODEOWNERS
36+
sparse-checkout-cone-mode: false
3737

3838
- name: Get usernames from CODEOWNERS file
3939
shell: bash

0 commit comments

Comments
 (0)