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