File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments