Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): correct boolean input default value in workflow_dispatch (#17
) * fix(docs): correct boolean input default value in workflow_dispatch Ensure that the `importAll` input default value is set as a boolean (`false`) instead of a string (`'false'`). This resolves potential type mismatch warnings in development environments like VSCode. * fix(ci): set workflow_dispatch.inputs.default to false
- Loading branch information