Skip to content

Commit 5ae959b

Browse files
authored
ci: fix theme readme generation action (anuraghazra#2271)
1 parent 77dcdab commit 5ae959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push-theme-readme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ git config --global user.name "GitHub Readme Stats Bot"
99
git branch -d $BRANCH_NAME || true
1010
git checkout -b $BRANCH_NAME
1111
git add --all
12-
git commit --message "docs(theme): Auto update theme readme" || exit 0
12+
git commit --no-verify --message "docs(theme): Auto update theme readme"
1313
git remote add origin-$BRANCH_NAME https://${PERSONAL_TOKEN}@github.com/${GH_REPO}.git
1414
git push --force --quiet --set-upstream origin-$BRANCH_NAME $BRANCH_NAME

0 commit comments

Comments
 (0)