Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update bili upgrade checking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zjns committed Jun 13, 2023
1 parent cb9813a commit 1efe18e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-bilibili-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 1efe18e

Please sign in to comment.