Skip to content

Commit 5a63de0

Browse files
committed
✨ optimize the git commit
1 parent 2df6b36 commit 5a63de0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ lint: flake8 . --exclude=.moban.d,docs --builtins=unicode,xrange,long
88
push:
99
git config user.email "[email protected]"
1010
git config user.name "traviscibot"
11-
git add .
12-
git commit -m "Sync templates [skip ci]"
11+
git commit -am "Sync templates [skip ci]"
1312
git push https://moremoban:${GITHUB_TOKEN}@github.com/moremoban/pypi-mobans HEAD:moban -f

0 commit comments

Comments
 (0)