-
Notifications
You must be signed in to change notification settings - Fork 0
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: allow skip-login #11
Conversation
action.yml
Outdated
@@ -22,6 +22,9 @@ inputs: | |||
public: | |||
description: 'Create new repositories with public visibility' | |||
default: 'false' | |||
skip-login: |
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 torn on whether this should be called skip-login-check
to more accurately describe what it does (since this action never does a login), or skip-login
for consistency with action-up
. Either way, it might be helpful to clarify what's being skipped in the description.
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 can update it to skip-login-check
, that is a bit more explict. And will update description
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 think skip-login is clear enough, consistency ftw :)
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.
Description of your changes
Allow people to skip-login check. This will let them use their own container registry.
Fixes #
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR, as appropriate.How has this code been tested