docs(setup-frontend): update input description for skip_build to clarify its use case in CI jobs

This commit is contained in:
snomiao
2025-10-08 23:55:41 +00:00
parent 423e1a9e16
commit 4fc2f68b5a

View File

@@ -2,7 +2,7 @@ name: Setup ComfyUI Frontend
description: 'Install nodejs/pnpm/dependencies and build ComfyUI_frontend'
inputs:
skip_build:
description: 'Skip building the frontend, just install dependencies, useful for CI jobs that do not need a built frontend'
description: 'Skip building the frontend, just install dependencies, useful for CI jobs that do not need a built frontend or already have a cached build'
required: false
default: 'false'
runs: