Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
avodonosov opened this issue Sep 16, 2022 · 1 comment
Open

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

avodonosov opened this issue Sep 16, 2022 · 1 comment
Assignees

Comments

@avodonosov
Copy link

avodonosov commented Sep 16, 2022

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
image

@avodonosov avodonosov changed the title Make the default name Run with timeout ${command}? Make the default name \Run with timeout ${command}\? Sep 16, 2022
@avodonosov avodonosov changed the title Make the default name \Run with timeout ${command}\? Make the default name "Run with timeout ${command}"? Sep 16, 2022
@avodonosov avodonosov changed the title Make the default name "Run with timeout ${command}"? Make the default name "Run with retries ${command}"? Sep 16, 2022
@nick-fields
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants