mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-20 00:35:23 +00:00
This reverts commit 5ae959b57c.
This commit is contained in:
parent
0850a97630
commit
70f0264905
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue