We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dcdab commit 5ae959bCopy full SHA for 5ae959b
scripts/push-theme-readme.sh
@@ -9,6 +9,6 @@ git config --global user.name "GitHub Readme Stats Bot"
9
git branch -d $BRANCH_NAME || true
10
git checkout -b $BRANCH_NAME
11
git add --all
12
-git commit --message "docs(theme): Auto update theme readme" || exit 0
+git commit --no-verify --message "docs(theme): Auto update theme readme"
13
git remote add origin-$BRANCH_NAME https://${PERSONAL_TOKEN}@github.com/${GH_REPO}.git
14
git push --force --quiet --set-upstream origin-$BRANCH_NAME $BRANCH_NAME
0 commit comments