Skip to content

Commit d8e362f

Browse files
committed
CI: Fixing the Fix
Signed-off-by: Fini Jastrow <[email protected]>
1 parent b64ee78 commit d8e362f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/contributors.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- name: Get details and script from default branch
1818
uses: actions/checkout@v4
1919
with:
20-
sparse-checkout: |
21-
.
22-
bin/scripts
20+
sparse-checkout: bin/scripts
2321
path: master
2422
- name: Fetch old from gh-pages
2523
uses: actions/checkout@v4

0 commit comments

Comments
 (0)