Suggestion
There is often the need for a custom flag or flags to be added. The one I run into frequently is busy branches where we might need to wait for the lock file to be released and would want to add -lock-timeout=5m
That specific flag could be an input of course, but perhaps it makes sense (and less maintenance for you) if just a additional-flags input was exposed?
Suggestion
There is often the need for a custom flag or flags to be added. The one I run into frequently is busy branches where we might need to wait for the lock file to be released and would want to add
-lock-timeout=5mThat specific flag could be an input of course, but perhaps it makes sense (and less maintenance for you) if just a
additional-flagsinput was exposed?