Skip to content

Commit

Permalink
Revert "ci: fix theme readme generation action (anuraghazra#2271)" (a…
Browse files Browse the repository at this point in the history
…nuraghazra#2394)

This reverts commit 5ae959b.
  • Loading branch information
rickstaa committed Jan 12, 2023
1 parent 0850a97 commit 70f0264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/push-theme-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ git config --global user.name "GitHub Readme Stats Bot"
git branch -d $BRANCH_NAME || true
git checkout -b $BRANCH_NAME
git add --all
git commit --no-verify --message "docs(theme): Auto update theme readme"
git commit --message "docs(theme): Auto update theme readme" || exit 0
git remote add origin-$BRANCH_NAME https://${PERSONAL_TOKEN}@github.com/${GH_REPO}.git
git push --force --quiet --set-upstream origin-$BRANCH_NAME $BRANCH_NAME

0 comments on commit 70f0264

Please sign in to comment.