Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ae959b

Browse files
authored
ci: fix theme readme generation action (anuraghazra#2271)
1 parent77dcdab commit5ae959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/push-theme-readme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ git config --global user.name "GitHub Readme Stats Bot"
99
git branch -d$BRANCH_NAME||true
1010
git checkout -b$BRANCH_NAME
1111
git add --all
12-
git commit --message"docs(theme): Auto update theme readme"||exit 0
12+
git commit --no-verify --message"docs(theme): Auto update theme readme"
1313
git remote add origin-$BRANCH_NAME https://${PERSONAL_TOKEN}@github.com/${GH_REPO}.git
1414
git push --force --quiet --set-upstream origin-$BRANCH_NAME$BRANCH_NAME

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp