1
0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy
2025-11-12 02:52:35 +08:00
4 changed files with 13 additions and 9 deletions

View File

@@ -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