-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add ability to disable admin user check via flag #559
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
@@ -24,13 +24,16 @@ inputs: | |||
silent: | |||
description: "Set a placeholder in the changelog and don't publish the release." | |||
required: false | |||
type: boolean |
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.
I'm assuming this was an unintended removal?
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.
Nah that was on purpose. Types aren't supported for action inputs (reference here) and the GitHub actions extension in VS Code was complaining about it
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.
Oh I see, thank you!
I'll make a release with this on Monday, thanks again! |
Great to hear! No problem, glad to contribute 😃 |
prepare_environment
Happy to take feedback but I have tested using my changes on a private repo and things work as expected. I would appreciate a new tag being created once merged.