-
Notifications
You must be signed in to change notification settings - Fork 14
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
Edit the git config steps #633
Conversation
Re-rendered previews from the latest commit:
Updated at 2023-04-13 with changes from 1bf3c8b |
No broken urls! 🎉 |
No spelling errors! 🎉 |
The main change here is
It is making things work See: https://github.com/fhdsl/AI_for_software/pull/8#event-8940313683 But @avahoffman I don't know why. Can you sanity check this? |
@cansavvy have you tested doing away with the braces entirely? e.g.:
Also, I used --system and --global flags previously because sometimes the action didn't have permission to set global. No idea if this is still an issue. |
@avahoffman I'll try it! |
Oh it looks like you've done this already here: 5f65ee9 Looks like everything worked fine? |
@cansavvy It worked here, but is there any concern that -no brackets- might not work in personal repos? |
It shouldn't matter. I'm testing it here: cansavvy/test-ottr#1 to make sure. |
Appears to be working fine! This looks good to me, @avahoffman ! |
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.
@cansavvy sounds good! Let's keep an eye on the --global
flag just in case that breaks things 😬
Co-authored-by: AM Hoffman <avamariehoffman@gmail.com>
Co-authored-by: AM Hoffman <avamariehoffman@gmail.com>
Co-authored-by: AM Hoffman <avamariehoffman@gmail.com>
Co-authored-by: AM Hoffman <avamariehoffman@gmail.com>
Co-authored-by: AM Hoffman <avamariehoffman@gmail.com>
If this passes, I will merge it. |
Purpose/implementation Section
What changes are being implemented in this Pull Request?
There's been some issues with git config steps on personal repos: #628
I've been doing some testing here: cansavvy/test-ottr@6245c52
This change made it work, I'm just wondering if it will be okay for org repos as well as wondering if we need it every time we make a commit?