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