From ceeb2341e8e9b4d7eb2f39f20c465bd6f783b181 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 29 Aug 2025 11:50:21 +0800 Subject: [PATCH] :bug: update yml --- .github/workflows/quality-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-and-test.yml b/.github/workflows/quality-and-test.yml index f6e53c2..e12c279 100644 --- a/.github/workflows/quality-and-test.yml +++ b/.github/workflows/quality-and-test.yml @@ -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