Skip to content

Commit 9e898a9

Browse files
authored
Yet another fix in check.yml
1 parent e7ec38c commit 9e898a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
GITHUB_RUN_ID: ${{ github.run_id }}
9191

9292
- name: Notify via Telegram
93-
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && ${{ inputs.tx_project }} == 'python-newest'
93+
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest'
9494
uses: appleboy/[email protected]
9595
with:
9696
to: ${{ secrets.TELEGRAM_TO }}
@@ -149,7 +149,7 @@ jobs:
149149
GITHUB_RUN_ID: ${{ github.run_id }}
150150

151151
- name: Notify via Telegram
152-
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && ${{ inputs.tx_project }} == 'python-newest'
152+
if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest'
153153
uses: appleboy/[email protected]
154154
with:
155155
to: ${{ secrets.TELEGRAM_TO }}

0 commit comments

Comments
 (0)