From 4fc2f68b5ae2c0b648fc44943c88c7833ebfbf66 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 8 Oct 2025 23:55:41 +0000 Subject: [PATCH] docs(setup-frontend): update input description for skip_build to clarify its use case in CI jobs --- .github/actions/setup-frontend/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-frontend/action.yml b/.github/actions/setup-frontend/action.yml index fa55ca023..940b3b1a0 100644 --- a/.github/actions/setup-frontend/action.yml +++ b/.github/actions/setup-frontend/action.yml @@ -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: