Fix 'git pull' not working on the standalones.

This commit is contained in:
comfyanonymous 2023-05-23 11:35:32 -04:00
parent 34887b8885
commit 451fb4169a
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- shell: bash
run: |
cd ..

View File

@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@v4
with:
python-version: '3.11.3'