Skip to content

Commit 9e6cdf5

Browse files
rickstaadevantler
authored andcommitted
Revert "Revert "ci: fix theme readme generation action (anuraghazra#2271)" (anuraghazra#2394)" (anuraghazra#2418)
This reverts commit 70f0264.
1 parent f671ee7 commit 9e6cdf5

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)