diff --git a/.github/workflows/notice-board.yml b/.github/workflows/notice-board.yml index 28a508dac..4ebe43cc4 100644 --- a/.github/workflows/notice-board.yml +++ b/.github/workflows/notice-board.yml @@ -45,6 +45,6 @@ jobs: if git diff --cached --quiet; then echo "没有文件变更,跳过提交" else - git commit --quiet "📝 docs(readme): update notice board" + git commit --quiet -m "📝 docs(readme): update notice board" fi git push