diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index ad50fcd50..bb02140ba 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -19,9 +19,8 @@ jobs: - name: Checkout ComfyUI_frontend uses: actions/checkout@v4 with: - repository: "huchenlei/ComfyUI_frontend" + repository: "Comfy-Org/ComfyUI_frontend" path: "ComfyUI_frontend" - ref: ${{ github.head_ref }} - name: Get commit message id: commit-message run: echo "::set-output name=message::$(git log -1 --pretty=%B)"