We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166b37c commit 205e034Copy full SHA for 205e034
.github/deploy.sh
@@ -13,16 +13,10 @@ git config user.name "READMEbot"
13
git config user.email "[email protected]"
14
15
echo add readme
16
-git add README.md
+git add README.md database.json
17
18
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"
+git commit -m "[auto] [ci skip] Generate README & Database.json"
26
27
echo push
28
git push --quiet "https://${GH_TOKEN_DK}@github.com/matteocrippa/awesome-swift" master:master > /dev/null 2>&1
0 commit comments