File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : ' Start Coder Workspace'
2
- description : ' Starts a Coder workspace. Posts a comment to a GitHub issue with the workspace URL .'
2
+ description : ' Starts a Coder workspace and posts status updates as comments on a GitHub issue .'
3
3
inputs :
4
4
github-token :
5
- description : ' GitHub token'
5
+ description : ' GitHub token for posting comments '
6
6
required : false
7
7
default : ${{ github.token }}
8
8
github-issue-number :
9
- description : ' GitHub issue number where progress updates will be posted'
9
+ description : ' GitHub issue number where comments will be posted'
10
10
required : true
11
11
github-username :
12
12
description : ' GitHub username of the user for whom the workspace is being started'
13
13
required : false
14
14
coder-username :
15
- description : ' Coder username'
15
+ description : ' Coder username to override default user mapping (only set one of github-username or coder-username) '
16
16
required : false
17
17
coder-url :
18
- description : ' Coder URL'
18
+ description : ' Coder deployment URL'
19
19
required : true
20
20
coder-token :
21
- description : ' Coder token'
21
+ description : ' API token for Coder '
22
22
required : true
23
23
template-name :
24
- description : ' Coder template name '
24
+ description : ' Name of the Coder template to use '
25
25
required : true
26
26
workspace-name :
27
- description : ' Coder workspace name '
27
+ description : ' Name for the new workspace '
28
28
required : true
29
29
parameters :
30
- description : ' YAML dictionary of parameters for the Coder workspace'
30
+ description : ' YAML-formatted parameters for the Coder workspace'
31
31
required : true
32
32
33
33
runs :
You can’t perform that action at this time.
0 commit comments