mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 22:21:03 +08:00
docs(ci): standardize commit message format in notice board workflow
- remove emoji prefix from automated commit message for consistency with conventional commits - maintain clear type and scope (docs(readme)) for change tracking
This commit is contained in:
parent
54f535d058
commit
6c21953a71
2
.github/workflows/notice-board.yml
vendored
2
.github/workflows/notice-board.yml
vendored
@ -45,6 +45,6 @@ jobs:
|
||||
if git diff --cached --quiet; then
|
||||
echo "没有文件变更,跳过提交"
|
||||
else
|
||||
git commit --quiet -m "📝 docs(readme): update notice board"
|
||||
git commit --quiet -m "docs(readme): update notice board"
|
||||
fi
|
||||
git push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user