mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Use forked repo address to bypass checkout issue
This commit is contained in:
7
.github/workflows/test-ui.yaml
vendored
7
.github/workflows/test-ui.yaml
vendored
@@ -6,15 +6,10 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# ComfyUI repo needs following settings to checkout.
|
||||
- name: Set git username/email
|
||||
run: |
|
||||
git config --global user.name "comfyui"
|
||||
git config --global user.email "comfy@ui"
|
||||
- name: Checkout ComfyUI
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: "comfyanonymous/ComfyUI"
|
||||
repository: "huchenlei/ComfyUI"
|
||||
ref: main
|
||||
- name: Checkout ComfyUI_frontend
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user