Set checkout path

This commit is contained in:
huchenlei
2024-06-13 20:21:40 -04:00
parent 11cf81a3b3
commit 69e092c796

View File

@@ -10,11 +10,13 @@ jobs:
uses: actions/checkout@v4
with:
repository: "huchenlei/ComfyUI"
path: "ComfyUI"
ref: main
- name: Checkout ComfyUI_frontend
uses: actions/checkout@v4
with:
repository: "huchenlei/ComfyUI_frontend"
path: "ComfyUI_frontend"
- uses: actions/setup-node@v3
with:
node-version: 18