You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/retry@v2.8.1", 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
The text was updated successfully, but these errors were encountered:
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.
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/retry@v2.8.1", 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 inname
and once incommand
)Expected behavior
I'd suggest to use `Run with retries ${command}` by default.
Screenshots
The text was updated successfully, but these errors were encountered: