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/telegram-action@v1.0.0
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/telegram-action@v1.0.0
154154
with:
155155
to: ${{ secrets.TELEGRAM_TO }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy