I'm trying to look at the output from one of my multiline scripts in a follow up job or step. If a particular string is found, then the workflow set to fail.
Is there a way to use the relatively new methods for defining output parameters using $GITHUB_OUTPUT? (docs)
If so, it would be great to see an example for ssh-actions including the outputs id and needs as in this example.
I'm trying to look at the output from one of my multiline scripts in a follow up job or step. If a particular string is found, then the workflow set to fail.
Is there a way to use the relatively new methods for defining output parameters using
$GITHUB_OUTPUT? (docs)If so, it would be great to see an example for
ssh-actionsincluding theoutputsidandneedsas in this example.