Skip to content

Commit 3ee05a2

Browse files
authored
Update README.md
1 parent e5a30ee commit 3ee05a2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Features:
1212

1313
Inputs:
1414

15-
parameter | description
16-
- | -
15+
| parameter | description
16+
| - | -
1717
`token`|**Required** token to authorize calls to GitHub API, can be ${{github.token}} to create a deployment for the same repo
1818
`type`|**Required** type of an action. Should be `create` to create a deployment
1919
`logs`|url to the deployment logs
2020
`environment`|environment to create a deployments in, default to `context.ref` without prefixes (`'refs/heads/'`, `'deploy-'`), i.e. branch name
2121
`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"`
2323

2424
Outputs:
2525

26-
output | description
27-
- | -
26+
|output | description
27+
|- | -
2828
`deployment_id` | The `id` of the created deployment
2929

3030
#### Example usage
@@ -46,8 +46,8 @@ Given in one of the previous steps you created a deployment, with `finish` you c
4646

4747
Inputs:
4848

49-
parameter | description
50-
- | -
49+
|parameter | description
50+
|- | -
5151
`token` | **Required** token to authorize calls to GitHub API, can be ${{github.token}} to create a deployment for the same repo
5252
`type` | **Required** type of an action. Should be `finish`
5353
`deployment_id` | **Required** the `id` of the a deployment to finish
@@ -87,8 +87,8 @@ Allows deleting all deployments for a specific environment
8787

8888
Inputs:
8989

90-
parameter | description
91-
- | -
90+
|parameter | description
91+
|- | -
9292
`token` | **Required** token to authorize calls to GitHub API, can be ${{github.token}} to create a deployment for the same repo
9393
`type` | **Required** type of an action. Should be `delete-all`
9494
`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
112112

113113
Inputs:
114114

115-
parameter | description
116-
- | -
115+
|parameter | description
116+
|- | -
117117
`token` | **Required** token to authorize calls to GitHub API, can be ${{github.token}} to create a deployment for the same repo
118118
`type` | **Required** type of an action. Should be `delete`
119119
`deployment_id` | **Required** the `id` of the a deployment to delete

0 commit comments

Comments
 (0)