Enrico Castella
Results
2
comments of
Enrico Castella
Forgot to mention: - the offending `git tag` command is returning more than 18 lines - hitting `CTLR-C` stops `act` and containers as expected by #1072 - already tried, without...
Current workaround: unset GIT_PAGER in workflow, using an 'empty' global ENV var: ```yaml name: my workflow env: GIT_PAGER: ```