1
0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy
2026-02-05 16:45:09 +08:00
3 changed files with 21 additions and 2 deletions

View File

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