claude-code-best/.github/workflows
林凯90331 59269f381d fix(ci): correct boolean condition for workflow dispatch inputs
GitHub Actions workflow_dispatch boolean inputs are strings in

expressions ('true'/'false'). Non-empty strings are always truthy,

so !inputs.dry_run always evaluated to false. Use explicit string

comparison to fix version sync and publish step gating.

Co-authored-by: CoStrict <zgsm@sangfor.com.cn>
2026-05-14 17:25:05 +08:00
..
ci.yml fix: rename SSH secret to MY_SSH_PRIVATE_KEY 2026-05-13 16:31:09 +08:00
publish-npm.yml fix(ci): correct boolean condition for workflow dispatch inputs 2026-05-14 17:25:05 +08:00
release-rcs.yml fix: resolve dependency audit findings precisely (#361) 2026-04-26 19:49:54 +08:00
update-contributors.yml fix: resolve dependency audit findings precisely (#361) 2026-04-26 19:49:54 +08:00