From 11cf81a3b3599aa208b63fe4cb37b0453494449f Mon Sep 17 00:00:00 2001 From: huchenlei Date: Thu, 13 Jun 2024 20:19:49 -0400 Subject: [PATCH] Use forked repo address to bypass checkout issue --- .github/workflows/test-ui.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index 9e93df119..904496405 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -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