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

Display logs of retry command #82

Open
PranavNair0001 opened this issue Jul 18, 2022 · 1 comment
Open

Display logs of retry command #82

PranavNair0001 opened this issue Jul 18, 2022 · 1 comment
Assignees

Comments

@PranavNair0001
Copy link

Describe the bug
I am using this action in my workflow for important network operation shell commands.
But when my command is wrapped around this action, I can't see any output logs of the command, which usually would be visible if run directly without this action.

Expected behavior
Shell command logs to be appearing in workflow logs.

@nick-fields
Copy link
Owner

Thanks for your issue. Can you retest with v2.8.1? I've switched from exec to spawn and output should be displayed now.

- name: Retry Step
  uses: nick-fields/retry@v2.8.1

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

3 participants