Skip to content

Commit

Permalink
Yet another fix in check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Oct 20, 2024
1 parent e7ec38c commit 9e898a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
to: ${{ secrets.TELEGRAM_TO }}
Expand Down Expand Up @@ -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/[email protected]
with:
to: ${{ secrets.TELEGRAM_TO }}
Expand Down

0 comments on commit 9e898a9

Please sign in to comment.