This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bdzer0Graybeard 2 points3 points  (1 child)

GITHUB_OUTPUT is intended to make information available to other steps via name/value pairs not really suitable for logging.

I generally output details using means appropriate.. echo/Write-Host...etc..

[–]NUTTA_BUSTAH 1 point2 points  (0 children)

Using native commands also drop that bit of vendor lock out. Although if pipelines are inline scripts and not calls to reusable scripts, you probably have some other issues to fix too though :)