Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

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

This reverts commit 70f0264.
  • Loading branch information
rickstaa authored and eckon committed Jan 16, 2023
1 parent 88341cc commit 9d6dd6c
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 --message "docs(theme): Auto update theme readme" || exit 0
git commit --no-verify --message "docs(theme): Auto update theme readme"
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 9d6dd6c

Please sign in to comment.