Skip to content

Runner logs infrastructure details #283

Description

@bryanmacfarlane

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions