Skip to content

Commit 2723735

Browse files
authored
folder without wildcard in sparse checkout
1 parent edf3a03 commit 2723735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 1
42-
sparse-checkout: "packages/*"
42+
sparse-checkout: "packages/"
4343
# EX:
4444
# {
4545
# "javascript": {

0 commit comments

Comments
 (0)