mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-11 03:37:06 +08:00
nit
This commit is contained in:
parent
17133c57eb
commit
8def984e66
2
.github/workflows/update-frontend.yml
vendored
2
.github/workflows/update-frontend.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Start ComfyUI server
|
- name: Start ComfyUI server
|
||||||
run: |
|
run: |
|
||||||
python main.py --cpu --front-end-version Comfy-Org/ComfyUI_frontend@${{ github.event.inputs.version }} 2>&1 | tee console_output.log &
|
python main.py --cpu --front-end-version Comfy-Org/ComfyUI_frontend@${{ github.event.inputs.version }} 2>&1 | tee console_output.log &
|
||||||
wait-for-it --service 127.0.0.1:8188 -t 10
|
wait-for-it --service 127.0.0.1:8188 -t 30
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "GitHub Action"
|
git config --global user.name "GitHub Action"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user