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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
runRuns command-line programs using the operating system's shell.no""
postRuns command-line programs after the main entrypoint has completed.no""
preRuns command-line programs before the main entrypoint has started.no""
shellYou 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-directorySets the working directory for steps and the default location for actions that do not specify a value for working-directory.no""

no outputs