Skip to content

Commit e057f1d

Browse files
authored
Update update.sh
1 parent ee29aff commit e057f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if which gitbook > /dev/null; then
1010
cp -R * ../../../heart-first-javaweb-gitbook
1111
cd ../../../heart-first-javaweb-gitbook/
1212
git add -A
13-
git commit -am "update `date`"
13+
git commit --author="skyline75489 <[email protected]>" -am "[CI] auto update"
1414
git push --force
1515
else
1616
echo "Gitbook not installed."

0 commit comments

Comments
 (0)