mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Fix CI ref (#74)
This commit is contained in:
1
.github/workflows/test-ui.yaml
vendored
1
.github/workflows/test-ui.yaml
vendored
@@ -21,6 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: "huchenlei/ComfyUI_frontend"
|
repository: "huchenlei/ComfyUI_frontend"
|
||||||
path: "ComfyUI_frontend"
|
path: "ComfyUI_frontend"
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
- name: Get commit message
|
- name: Get commit message
|
||||||
id: commit-message
|
id: commit-message
|
||||||
run: echo "::set-output name=message::$(git log -1 --pretty=%B)"
|
run: echo "::set-output name=message::$(git log -1 --pretty=%B)"
|
||||||
|
|||||||
Reference in New Issue
Block a user