Skip to content

Commit 8419992

Browse files
fix: format markdown tables in github-actions.md
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
1 parent 2216095 commit 8419992

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/ai-coder/github-actions.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,22 @@ jobs:
6262
6363
#### Required Inputs
6464
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 |
7171

7272
#### Optional Inputs
7373

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}` |
8181

8282
### User Mapping
8383

0 commit comments

Comments
 (0)