mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
chore(setup-frontend): update action name and description for clarity and detail
This commit is contained in:
6
.github/actions/setup-frontend/action.yml
vendored
6
.github/actions/setup-frontend/action.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Build ComfyUI Frontend
|
||||
description: 'Install dependencies and build ComfyUI_frontend'
|
||||
name: Setup ComfyUI Frontend
|
||||
description: 'Install nodejs/pnpm/dependencies and build ComfyUI_frontend'
|
||||
inputs:
|
||||
skip_build:
|
||||
description: 'Skip building the frontend'
|
||||
description: 'Skip building the frontend, just install dependencies, useful for CI jobs that do not need a built frontend'
|
||||
required: false
|
||||
default: 'false'
|
||||
runs:
|
||||
|
||||
Reference in New Issue
Block a user