Skip to content

Commit 70f0264

Browse files
authored
Revert "ci: fix theme readme generation action (anuraghazra#2271)" (anuraghazra#2394)
This reverts commit 5ae959b.
1 parent 0850a97 commit 70f0264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push-theme-readme.sh

Lines changed: 1 addition & 1 deletion
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 --no-verify --message "docs(theme): Auto update theme readme"
12+
git commit --message "docs(theme): Auto update theme readme" || exit 0
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)