mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
delete unused config setting
Author is overridden laster in "git commit" command
This commit is contained in:
parent
d338d7dd00
commit
91cbd7f4ef
@ -14,9 +14,6 @@ git_setup ( ) {
|
|||||||
password $GITHUB_TOKEN
|
password $GITHUB_TOKEN
|
||||||
EOF
|
EOF
|
||||||
chmod 600 $HOME/.netrc
|
chmod 600 $HOME/.netrc
|
||||||
|
|
||||||
git config --global user.email "actions@github.com"
|
|
||||||
git config --global user.name "GitHub Actions"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# This section only runs if there have been file changes
|
# This section only runs if there have been file changes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user