Skip to content

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 devantler committed May 1, 2023
1 parent f671ee7 commit 9e6cdf5
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 9e6cdf5

Please sign in to comment.