command-output
command-output copied to clipboard
Fail on no output functionality
Hi, I forked your action to extend it with timeout on no output functionality. This is to provide a way to kill a step when the process hangs, goes into a deadlock etc. The timeout built in in GHA is relative to the start of step execution and I want a timeout relative to last activity. This is useful in long running steps. Let me know if you think it fits your idea for the action and if so I will be happy to open a PR