crafting-dev/Crafting Sandbox Launcher
Action used to generate Crafting Sandbox autolaunch URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| baseUrl | the base url of the sandbox | yes | https://sandboxes.cloud |
| template | name of the template for target sandbox. | yes | — |
| name | name of the auto launch sandbox. If not specified, a default name like <REPO>-pr-<PR-NUMBER> would be used. | no | — |
| manual | If true, the sandbox would not be launched automatically. Default to false, which means the sandbox is automatically launched. | no | false |
| mode | Whether to follow the PR branch and automatically update the workspace(s). | no | auto |
| checkouts | Comma-separated string workspace:path,... | yes | — |
| autoFollow | Comma-separated workspace. All these workspaces would be in auto mode | no | — |
| depSnapshots | Comma-separated string name:snapshot,... | no | — |
| containerSnapshots | Comma-separated string name:snapshot,... | no | — |
| envVars | Common-separated Github Action environment variable names. | no | — |
| extraQueries | If the built-in inputs could not meet the requirement, raw query parameters could be provided | no | — |
Outputs
| name | description |
|---|---|
| url | generated sandbox auto launch URL |