Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f6643d

Browse files
committed
sparse co fix
1 parent 58888ac commit 7f6643d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pr-comment.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
path: base-branch
31-
sparse-checkout-cone-mode: false
32-
sparse-checkout: |
33-
requirements.txt
34-
scripts/list_missing_entries.py
31+
persist-credentials: false
32+
submodules: 'true'
3533
- name: Instalar dependencias
3634
run: |
3735
python -m pip install -r base-branch/requirements.txt

0 commit comments

Comments
 (0)