coder/Start Coder Workspace
Starts a Coder workspace and posts a status comment on a GitHub issue that updates with progress.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for posting the status comment | no | ${{ github.token }} |
| github-issue-number | GitHub issue number where the status comment will be posted (defaults to current issue context) | no | — |
| github-username | GitHub username of the user for whom the workspace is being started | no | — |
| coder-username | Coder username to override default user mapping (only set one of github-username or coder-username) | no | — |
| coder-url | Coder deployment URL | yes | — |
| coder-token | API token for Coder | yes | — |
| template-name | Name of the Coder template to use | yes | — |
| workspace-name | Name for the new workspace (defaults to issue-{issue_number}) | no | — |
| parameters | YAML-formatted parameters for the Coder workspace | yes | — |
Outputs
no outputs