Describe the bug
consider this log output:
Run actions/setup-ruby@v1
##[error]Version 2.6.3 not found
##[error]Node run failed with exit code 1
The fact that the action is run with node and the return code protocol is not relevant to the user. the user workflow did not run node - they are setting up ruby. the failure is that 2.6.3 is not found, that's it. The second line should go to trace / _diag
To Reproduce
See setup ruby example above.
Expected behavior
The return code of the handler execution should not go to user logs.
Runner Version and Platform
2.163.1
Describe the bug
consider this log output:
The fact that the action is run with node and the return code protocol is not relevant to the user. the user workflow did not run node - they are setting up ruby. the
failureis that 2.6.3 is not found, that's it. The second line should go to trace / _diagTo Reproduce
See setup ruby example above.
Expected behavior
The return code of the handler execution should not go to user logs.
Runner Version and Platform
2.163.1