gacts/Run and 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 | A command or list of commands that needs to be run in place | no | — |
| post | A command or list of commands that needs to be run once a workflow job has ended | yes | — |
| working-directory | A working directory from which the command needs to be run | no | — |
| shell | A shell to use for executing run commands. Set to empty string to use the direct command call | no | bash |
| post-shell | A shell to use for executing post commands. Defaults to value of shell input | no | — |
Outputs
no outputs