Skip to content

Commit 205e034

Browse files
author
Matteo Crippa
committed
fix msg in deploy script
1 parent 166b37c commit 205e034

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/deploy.sh

+2-8
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,10 @@ git config user.name "READMEbot"
1313
git config user.email "[email protected]"
1414

1515
echo add readme
16-
git add README.md
16+
git add README.md database.json
1717

1818
echo commit
19-
git commit -m "[auto] [ci skip] Generate README"
20-
21-
echo add new db
22-
git add database.json
23-
24-
echo commit
25-
git commit -m "[auto] [ci skip] Generate Database"
19+
git commit -m "[auto] [ci skip] Generate README & Database.json"
2620

2721
echo push
2822
git push --quiet "https://${GH_TOKEN_DK}@github.com/matteocrippa/awesome-swift" master:master > /dev/null 2>&1

0 commit comments

Comments
 (0)