Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8419992

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp