Skip to content

Commit

Permalink
Fix broken indentation for YAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Oct 10, 2023
1 parent a9fa85d commit 57a1a3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pattern-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Check out the code so we can get the CODEOWNERS names
uses: actions/checkout@v4
with:
sparse-checkout: |
.github/CODEOWNERS
sparse-checkout-cone-mode: false
with:
sparse-checkout: |
.github/CODEOWNERS
sparse-checkout-cone-mode: false

- name: Get usernames from CODEOWNERS file
shell: bash
Expand Down

0 comments on commit 57a1a3d

Please sign in to comment.