We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fa85d commit 57a1a3dCopy full SHA for 57a1a3d
1 file changed
.github/workflows/pattern-metrics.yaml
@@ -30,10 +30,10 @@ jobs:
30
31
- name: Check out the code so we can get the CODEOWNERS names
32
uses: actions/checkout@v4
33
- with:
34
- sparse-checkout: |
35
- .github/CODEOWNERS
36
- sparse-checkout-cone-mode: false
+ with:
+ sparse-checkout: |
+ .github/CODEOWNERS
+ sparse-checkout-cone-mode: false
37
38
- name: Get usernames from CODEOWNERS file
39
shell: bash
0 commit comments