mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
chore(CI): configure git identity
This commit is contained in:
parent
768ba52e62
commit
952d5760ab
@ -35,6 +35,8 @@ function run {
|
||||
ls
|
||||
echo "-- No changes detected in docs for $VERSION_NAME; docs not updated."
|
||||
else
|
||||
git config --global user.email "hi@ionicframework.com"
|
||||
git config --global user.name "Ionitron"
|
||||
git add -A
|
||||
git commit -am "docs: update for $VERSION"
|
||||
git push origin master
|
||||
|
Loading…
Reference in New Issue
Block a user