File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
GITHUB_RUN_ID : ${{ github.run_id }}
91
91
92
92
- 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'
94
94
95
95
with :
96
96
to : ${{ secrets.TELEGRAM_TO }}
@@ -149,7 +149,7 @@ jobs:
149
149
GITHUB_RUN_ID : ${{ github.run_id }}
150
150
151
151
- 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'
153
153
154
154
with :
155
155
to : ${{ secrets.TELEGRAM_TO }}
You can’t perform that action at this time.
0 commit comments