retry icon indicating copy to clipboard operation
retry copied to clipboard

Display logs of retry command

Open PranavNair0001 opened this issue 2 years ago • 1 comments

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.

PranavNair0001 avatar Jul 18 '22 09:07 PranavNair0001

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]

nick-fields avatar Aug 06 '22 03:08 nick-fields