Fix CI ref (#74)

This commit is contained in:
Chenlei Hu
2024-07-01 13:10:42 -04:00
committed by GitHub
parent b69f15e5d7
commit 41df39d86c

View File

@@ -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)"