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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
runA command or list of commands that needs to be run in placeno
postA command or list of commands that needs to be run once a workflow job has endedyes
working-directoryA working directory from which the command needs to be runno
shellA shell to use for executing run commands. Set to empty string to use the direct command callnobash
post-shellA shell to use for executing post commands. Defaults to value of shell inputno

no outputs