nickderobertis/Background Task Github Action

Run Github Actions commands in the background and show their logs separately

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
runcommands to run, supports multi-line commands (to background multiple processes, use & at the end of each line)yes
working-directorythe current working directory for the shell running the commandsno
tailtail log output while waiting on resources to be available [stderr,stdout,true,false]true
log-outputspecify which logs (stdout,stderr) to output post-run (after the run has completed or failed) (stderr,stdout,true,false)stdout,stderr
log-output-resumetruncate tailed stderr/stdout output from post-run logs (i.e. deduplicate log output) [stderr,stdout,true,false]false
log-output-ifcontrol if post-run logging occurs (timeout,early-exit,failure,true,false)true

no outputs