mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-11-27 05:30:32 +08:00
ci(theme readme gen): lowercase commit message to match conventional commits (#3430)
This commit is contained in:
parent
8084ba9e3b
commit
87a3bf38c2
@ -10,6 +10,6 @@ git config --global --add safe.directory ${GITHUB_WORKSPACE}
|
||||
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 --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
|
||||
|
Loading…
Reference in New Issue
Block a user