Option to suppress warning output on retry
Closed this issue · 1 comments
tetchel commented
If it's "normal" for my workflow step to have to run multiple times, I don't like having the warning output on my workflow.
I would prefer if I could configure this action so I could lower that output to info level.
nick-invision commented
I've added the input warning_on_retry
which defaults to true
however you can set it to false
and it will just log (not warn) on retry. Thanks for the input.
This is available in nick-invision/retry@v2.2.0
or nick-invision/retry@v2