From 41df39d86cfc11f9c582e533ff689485052fba6d Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 1 Jul 2024 13:10:42 -0400 Subject: [PATCH] Fix CI ref (#74) --- .github/workflows/test-ui.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index 68758670d..ad50fcd50 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -21,6 +21,7 @@ jobs: with: repository: "huchenlei/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)"