For projects that have lots of branches, this produces a lot of output.
My request is that we add the --quiet flag to git fetch tmp_upstream --quiet, or add support for a parameter like fetch_quietly that can be specified in the workflow file and passed to the Action as an argument.
Hey @wei ๐๐ผ
The current behavior of this Action is to output every branch name in the logs:
For projects that have lots of branches, this produces a lot of output.
My request is that we add the
--quiet
flag togit fetch tmp_upstream --quiet
, or add support for a parameter likefetch_quietly
that can be specified in the workflow file and passed to the Action as an argument.