We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0f8f0 commit b717104Copy full SHA for b717104
1 file changed
update.sh
@@ -5,5 +5,5 @@ git clone -b master https://github.com/nodejsjp/nodejsjp.github.com.git build
5
npm run build
6
cd build
7
git add .
8
-git commit -m 'chore(site): update build [skip ci]'
+git commit -m 'chore(site): automated update from circleci'
9
git push origin HEAD
0 commit comments