mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Update Comment
This commit is contained in:
parent
35440b9386
commit
b21b1abc6d
@ -31,7 +31,7 @@ _git_is_dirty() {
|
||||
[[ -n "$(git status -s)" ]]
|
||||
}
|
||||
|
||||
# Set up .netrc file with GitHub credentials
|
||||
# Set up git user configuration
|
||||
_setup_git ( ) {
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
Loading…
Reference in New Issue
Block a user