Make the default name "Run with retries ${command}"?
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

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.