retry icon indicating copy to clipboard operation
retry copied to clipboard

Make the default name "Run with retries ${command}"?

Open avodonosov opened this issue 3 years ago • 1 comments

Describe the bug The standard Github Actions steps[*] .run step generates default name as `Run ${command}`, which is very convenient when reading logs.

The nick-fields/retry by default is reflected in logs as "Run nick-fields/[email protected]", that is of course less convenient. (The user can explicitly specify the name but that essentially requires to duplicate the command text in the step specification - once in name and once in command)

Expected behavior I'd suggest to use `Run with retries ${command}` by default.

Screenshots image

avodonosov avatar Sep 16 '22 22:09 avodonosov

I don't know if this is configurable? I don't think it is, but if you can find where it's documented to change this default display behavior I'd be happy to consider it.

nick-fields avatar Sep 17 '22 03:09 nick-fields