chore(setup-frontend): update action name and description for clarity and detail

This commit is contained in:
snomiao
2025-10-08 23:52:25 +00:00
parent 84ba7a6837
commit 423e1a9e16

View File

@@ -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: