shogo82148/Post Run Action
A simple GitHub action that allows you to execute commands on place and in post-run, once a workflow job has ended.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run | Runs command-line programs using the operating system's shell. | no | "" |
| post | Runs command-line programs after the main entrypoint has completed. | no | "" |
| pre | Runs command-line programs before the main entrypoint has started. | no | "" |
| shell | You can override the default shell settings in the runner's operating system using the shell keyword. You can use built-in shell keywords, or you can define a custom set of shell options. The shell command that is run internally executes a temporary file that contains the commands specified in the run keyword. | no | "" |
| working-directory | Sets the working directory for steps and the default location for actions that do not specify a value for working-directory. | no | "" |
Outputs
no outputs