-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Avoid to use git config --global
for setting user name and email
#151
Labels
Comments
Thank you. That is my corner‐cutting. Do you have your implementation idea? Open your pr? |
I will open my Pull Request and add you as a co-author. |
peaceiris
added a commit
that referenced
this issue
Mar 11, 2020
Close #151 Co-authored-by: Ryo Ota <nwtgck@nwtgck.org>
Open #152 |
peaceiris
added a commit
that referenced
this issue
Mar 12, 2020
* fix: set commit author as local config Close #151 Co-authored-by: Ryo Ota <nwtgck@nwtgck.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thank you very much for the actions.
Is your feature request related to a problem? Please describe.
For setting committer information, currently
git config --global
is used. However, the command affects globally.actions-gh-pages/src/git-utils.ts
Lines 106 to 129 in fd6e5fc
Describe the solution you'd like
git commit --author="myname <myemail>" ...
This minimizes the effects.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: