-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Upgrade checkout to v1.1.0 to better support scripting git. #56
Conversation
I'm very interested to know how this is implemented.
|
Hey @peter-evans!
We are working on making this more transparent!
There's an open feedback ticket here for that functionality, we'd love for you to chime in on what would help you build the best workflows.! To clarify, this pr sets neither the email or name, in order to push you will need to set those using the appropriate git commands
We haven't made any changes to what is checked out, but it should be a little easier for you to checkout or fetch something you may need without doing extra work to auth! |
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.
ugrade
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.
signed-off-by Randy D White randydwhite@randydwhite.com signed-off-by Randy D White randydwhite@randydwhite.com
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.
signed-off-by Randy D White randydwhite@randydwhite.com
https://github.com/github/dreamlifter/issues/1297
Checkout will persist the git credential into the repository git config file.
If the token has write-access to the repository, workflow user can use
to push the change back to the repository without dealing with git authentication.