-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: action outputs #352
feat: action outputs #352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update .github/workflows/test.yml
to include a job testing the outputs? You could also update the existing jobs instead. You can add a step with an if
condition to fail the job if the output is not what it should be
I have implemented your feedback. Please allow the tests to run to see if it works 😉 😅 I have added the |
good call 👍🏼 |
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
🎉 This PR is included in version 1.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Closes #351