nickderobertis/Background Task Github Action
Run Github Actions commands in the background and show their logs separately
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| run | commands to run, supports multi-line commands (to background multiple processes, use & at the end of each line) | yes | — |
| working-directory | the current working directory for the shell running the commands | no | — |
| tail | tail log output while waiting on resources to be available [stderr,stdout,true,false] | — | true |
| log-output | specify which logs (stdout,stderr) to output post-run (after the run has completed or failed) (stderr,stdout,true,false) | — | stdout,stderr |
| log-output-resume | truncate tailed stderr/stdout output from post-run logs (i.e. deduplicate log output) [stderr,stdout,true,false] | — | false |
| log-output-if | control if post-run logging occurs (timeout,early-exit,failure,true,false) | — | true |
Outputs
no outputs