From 9e898a92ae3a5049b38d1b7b70d11d576e8507cd Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 20 Oct 2024 09:03:55 -0300 Subject: [PATCH] Yet another fix in check.yml --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a062f7e94..1f12f7a0b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -90,7 +90,7 @@ jobs: GITHUB_RUN_ID: ${{ github.run_id }} - name: Notify via Telegram - if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && ${{ inputs.tx_project }} == 'python-newest' + if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest' uses: appleboy/telegram-action@v1.0.0 with: to: ${{ secrets.TELEGRAM_TO }} @@ -149,7 +149,7 @@ jobs: GITHUB_RUN_ID: ${{ github.run_id }} - name: Notify via Telegram - if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && ${{ inputs.tx_project }} == 'python-newest' + if: always() && steps.prepare.outcome == 'success' && github.event_name == 'schedule' && inputs.tx_project == 'python-newest' uses: appleboy/telegram-action@v1.0.0 with: to: ${{ secrets.TELEGRAM_TO }}