🐛 update yml

This commit is contained in:
Tw93
2025-08-29 11:50:21 +08:00
parent f734c90c7c
commit ceeb2341e8

View File

@@ -59,7 +59,7 @@ jobs:
git config --local user.name "GitHub Action"
git add .
if ! git diff --staged --quiet; then
git commit -m "🎨 Auto-fix formatting issues"
git commit -m "Auto-fix formatting issues"
git push
else
echo "No formatting changes to commit"
@@ -321,7 +321,7 @@ jobs:
steps:
- name: Generate Summary
run: |
echo "# 🎯 Quality & Testing Summary" >> $GITHUB_STEP_SUMMARY
echo "# Quality & Testing Summary" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
if [ "${{ needs.formatting.result }}" == "success" ]; then