Skip to content

Commit

Permalink
make release description consistent with promote action
Browse files Browse the repository at this point in the history
  • Loading branch information
camerondgray committed Nov 13, 2019
1 parent f36663e commit 261fd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This Action runs a [One-off Command](https://docs.convox.com/management/one-off-
### `command`
**Required** The command you wish to run
### `release`
**Optional** The ID of the [release](https://docs.convox.com/deployment/releases) you wish to run the command against. This ID is output as `release` by the [Build](https://github.com/convox/action-build) action. Only needed if you have not run a build step first or you wish to override the release id from the build step
**Optional** The ID of the [release](https://docs.convox.com/deployment/releases) you wish to run the command against. If you have run a Build action as a previous step your command will run using the release created by that build step by default. You only need to set the release if you have not run a build step first or you wish to override the release id from the build step
## Example usage
```
steps:
Expand Down

0 comments on commit 261fd23

Please sign in to comment.