"vscode:/vscode.git/clone" did not exist on "3bc7670f8a905cca7da8bd38784d704cfa66abec"
Commit 451fb416 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix 'git pull' not working on the standalones.

parent 34887b88
...@@ -30,6 +30,7 @@ jobs: ...@@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false
- shell: bash - shell: bash
run: | run: |
cd .. cd ..
......
...@@ -17,6 +17,7 @@ jobs: ...@@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.11.3' python-version: '3.11.3'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment