bit-tasks/Initialize Bit
Initialize Bit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 4, 2026
- License
- None
Pinned Snippet
uses: bit-tasks/init@1069b22906f4741cc6e89c5ad519dbb28766e73b # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ws-dir | Workspace json file directory path | no | ./ |
| skip-deps-install | Skip running 'bit install' command | no | false |
| skip-bit-install | Skip installing bit cli | no | false |
| cache | Enable caching | no | false |
| ripple | Use Ripple CI to build components | no | false |
| log | Log options for bit commands. Options: [trace, debug, info, warn, error, fatal] | no | "" |
| upload-bit-log | Upload Bit debug log as a GitHub Actions artifact | no | false |
| docker | (Deprecated) Use Docker Container to build components | no | false |
| skip-install | (Deprecated) Skip running 'bit install' command | no | false |
Outputs
| name | description |
|---|---|
| engine | The Bit engine version defined in workspace.jsonc |
| bit | The Bit version installed or available to execute the task |
| org | Bit organization defined in workspace.jsonc |
| scope | Bit scope defined in workspace.jsonc |