-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage example Action does not create issue upon finding broken links #144
Comments
Yeah I think that part is broken right now. We expose the lychee exit code as an output parameter: Line 45 in a520e85
However lychee-action doesn't expose this output to other steps outside the composite action. outputs:
exit_code:
description: "Lychee exit code"
value: ${{ steps.lychee.outputs.exit_code }}
runs:
using: "composite"
steps:
... Maybe we should also change the output name to |
Yeah, that |
Alright, can you give that one a spin? |
I hope this is resolved in |
Thanks, sorry for not responding earlier. Will give this a shot! |
@mre Thanks, the v1.5.1 Normal Can you update README so that those who find this project will not fail in the future? |
Oh, sorry about that. I'm traveling today. Would you mind sending a pull request if you find the time? 😅 |
I 'd love |
come: #154 |
Hi, thanks for this very nice action! I copied-and-pasted from your Usage instructions to my repo and ran the action. It found a number of broken links but did not create any issue. I see in the action log
echo ::set-output name=exit_code::2
but it did not trigger theif: steps.lychee.outputs.exit_code != 0
clause.The text was updated successfully, but these errors were encountered: