From 9e4bc643d7d75e765b534c5cc178dfba8a7c7fb1 Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Sat, 20 Dec 2025 13:13:24 +0800 Subject: [PATCH] Update Up --- .github/workflows/sync.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f537fe4a..527c0087 100755 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -70,20 +70,6 @@ jobs: echo "| **源仓库** | [${{ env.UPSTREAM_REPO }}](https://github.com/${{ env.UPSTREAM_REPO }}) |" >> $GITHUB_STEP_SUMMARY echo "| **结果** | ${{ steps.sync.outputs.sync_status == 'success' && '✅ 成功 (Success)' || '❌ 失败 (Failed)' }} |" >> $GITHUB_STEP_SUMMARY - - name: Notify Failure via Telegram - if: failure() && secrets.TELEGRAM_TOKEN != '' - uses: appleboy/telegram-action@master - with: - to: ${{ secrets.TELEGRAM_TO }} - token: ${{ secrets.TELEGRAM_TOKEN }} - message: | - 🚨 **GitHub Actions 同步失败!** - - 仓库: ${{ github.repository }} - 上游: ${{ env.UPSTREAM_REPO }} - - 请检查: https://github.com/${{ github.repository }}/actions - - name: Delete Old Workflows uses: Mattraks/delete-workflow-runs@v2 with: