retry
retry copied to clipboard
Display logs of retry command
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.
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/[email protected]