Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7ec38c

Browse files
authored
Fix variable syntax in check.yml
1 parent 4440be6 commit e7ec38c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
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)