@@ -12,19 +12,19 @@ Features:
12
12
13
13
Inputs:
14
14
15
- parameter | description
16
- - | -
15
+ | parameter | description
16
+ | - | -
17
17
` token ` |** Required** token to authorize calls to GitHub API, can be ${{github.token}} to create a deployment for the same repo
18
18
` type ` |** Required** type of an action. Should be ` create ` to create a deployment
19
19
` logs ` |url to the deployment logs
20
20
` environment ` |environment to create a deployments in, default to ` context.ref ` without prefixes (` 'refs/heads/' ` , ` 'deploy-' ` ), i.e. branch name
21
21
` environment_url ` |link to the deployed application
22
- ` description ` | optional description, defaults to ` "deployed by $context.actor" `
22
+ ` description ` |optional description, defaults to ` "deployed by $context.actor" `
23
23
24
24
Outputs:
25
25
26
- output | description
27
- - | -
26
+ | output | description
27
+ | - | -
28
28
` deployment_id ` | The ` id ` of the created deployment
29
29
30
30
#### Example usage
@@ -46,8 +46,8 @@ Given in one of the previous steps you created a deployment, with `finish` you c
46
46
47
47
Inputs :
48
48
49
- parameter | description
50
- - | -
49
+ | parameter | description
50
+ | - | -
51
51
` token` | **Required** token to authorize calls to GitHub API, can be ${{github.token}} to create a deployment for the same repo
52
52
` type` | **Required** type of an action. Should be `finish`
53
53
` deployment_id` | **Required** the `id` of the a deployment to finish
@@ -87,8 +87,8 @@ Allows deleting all deployments for a specific environment
87
87
88
88
Inputs :
89
89
90
- parameter | description
91
- - | -
90
+ | parameter | description
91
+ | - | -
92
92
` token` | **Required** token to authorize calls to GitHub API, can be ${{github.token}} to create a deployment for the same repo
93
93
` type` | **Required** type of an action. Should be `delete-all`
94
94
` environment` | environment to delete all deployments in
@@ -112,8 +112,8 @@ Given in one of the previous steps you created a deployment, with `delete` you c
112
112
113
113
Inputs :
114
114
115
- parameter | description
116
- - | -
115
+ | parameter | description
116
+ | - | -
117
117
` token` | **Required** token to authorize calls to GitHub API, can be ${{github.token}} to create a deployment for the same repo
118
118
` type` | **Required** type of an action. Should be `delete`
119
119
` deployment_id` | **Required** the `id` of the a deployment to delete
0 commit comments