From 1efe18ef10d1fed05d88f66a759fcac034cd93e9 Mon Sep 17 00:00:00 2001 From: Kofua <1638183271zjn@gmail.com> Date: Mon, 29 May 2023 10:35:30 +0800 Subject: [PATCH] Update bili upgrade checking workflow --- .github/workflows/check-bilibili-version.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-bilibili-version.yml b/.github/workflows/check-bilibili-version.yml index 4264384623..3df45bbc66 100644 --- a/.github/workflows/check-bilibili-version.yml +++ b/.github/workflows/check-bilibili-version.yml @@ -430,7 +430,8 @@ jobs: - name: Send to Telegram (New Bilibili) shell: python - if: needs.check.outputs.new_bili == '1' + #if: needs.check.outputs.new_bili == '1' + if: ${{ 'A' == 'B' }} env: API_ID: ${{ secrets.TELEGRAM_API_ID }} API_HASH: ${{ secrets.TELEGRAM_API_HASH }} @@ -495,7 +496,8 @@ jobs: - name: Send to Telegram (New module) shell: python - if: needs.check.outputs.new_my == '1' + #if: needs.check.outputs.new_my == '1' + if: ${{ 'A' == 'B' }} env: API_ID: ${{ secrets.TELEGRAM_API_ID }} API_HASH: ${{ secrets.TELEGRAM_API_HASH }}