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 uses: actions/checkout@v4
with: with:
repository: "huchenlei/ComfyUI" repository: "huchenlei/ComfyUI"
path: "ComfyUI"
ref: main ref: main
- name: Checkout ComfyUI_frontend - name: Checkout ComfyUI_frontend
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: "huchenlei/ComfyUI_frontend" repository: "huchenlei/ComfyUI_frontend"
path: "ComfyUI_frontend"
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 18 node-version: 18