mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-04-24 11:51:43 +08:00
🐛 fix(ci): fix git commit command syntax
- add missing -m flag to git commit command for proper message formatting
This commit is contained in:
parent
84badd78c4
commit
473b0ef0fc
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
|
if git diff --cached --quiet; then
|
||||||
echo "没有文件变更,跳过提交"
|
echo "没有文件变更,跳过提交"
|
||||||
else
|
else
|
||||||
git commit --quiet "📝 docs(readme): update notice board"
|
git commit --quiet -m "📝 docs(readme): update notice board"
|
||||||
fi
|
fi
|
||||||
git push
|
git push
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user