Change repo reference in CI workflow (#76)

* Swap checkout order

* Change owner of repo
This commit is contained in:
Chenlei Hu
2024-07-01 16:32:16 -04:00
committed by GitHub
parent e109be4902
commit a26802fea6

View File

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