@@ -62,22 +62,22 @@ jobs:
62
62
63
63
#### Required Inputs
64
64
65
- | Input | Description |
66
- |-------| -------------|
67
- |` coder-url` | Your Coder deployment URL |
68
- | `coder-token` | API token for Coder (requires admin privileges) |
69
- | `template-name` | Name of the Coder template to use |
70
- | `parameters` | YAML-formatted parameters for the workspace |
65
+ | Input | Description |
66
+ |-----------------|------------------------------------ -------------|
67
+ |` coder-url` | Your Coder deployment URL |
68
+ | `coder-token` | API token for Coder (requires admin privileges) |
69
+ | `template-name` | Name of the Coder template to use |
70
+ | `parameters` | YAML-formatted parameters for the workspace |
71
71
72
72
# ### Optional Inputs
73
73
74
- | Input | Description | Default |
75
- |-------|-------------| ----------|
76
- | `github-token` | GitHub token for posting comments | `${{ github.token }}` |
77
- | `github-issue-number` | Issue number for status comments | Current issue from context |
78
- | `github-username` | GitHub user to map to Coder user | - |
79
- | `coder-username` | Coder username (alternative to github-username) | - |
80
- | `workspace-name` | Name for the new workspace | `issue-{issue_number}` |
74
+ | Input | Description | Default |
75
+ |----------------------- |-------------------------------------------------|------------------ ----------|
76
+ | `github-token` | GitHub token for posting comments | `${{ github.token }}` |
77
+ | `github-issue-number` | Issue number for status comments | Current issue from context |
78
+ | `github-username` | GitHub user to map to Coder user | - |
79
+ | `coder-username` | Coder username (alternative to github-username) | - |
80
+ | `workspace-name` | Name for the new workspace | `issue-{issue_number}` |
81
81
82
82
# ## User Mapping
83
83