mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-01-12 12:18:26 +00:00
Update Order how git user is configured
This commit is contained in:
@@ -63,8 +63,8 @@ _setup_local_repository() {
|
|||||||
|
|
||||||
# Configure Git
|
# Configure Git
|
||||||
if [[ -z $(git config user.name) ]]; then
|
if [[ -z $(git config user.name) ]]; then
|
||||||
git config --global user.email "test@github.com"
|
|
||||||
git config --global user.name "Test Suite"
|
git config --global user.name "Test Suite"
|
||||||
|
git config --global user.email "test@github.com"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user