Skip to content

Commit

Permalink
Merge pull request #307 from signalwire/notify-ci-result
Browse files Browse the repository at this point in the history
Fix typo in `notify-ci-result` action.
  • Loading branch information
andywolk authored Jul 29, 2024
2 parents 041dfa6 + d946595 commit fcc79ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/notify-ci-result/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
github.event_name == 'push' &&
github.ref == 'refs/heads/master' &&
inputs.channel != '' &&
slack_webhook_url.channel != '' }}
inputs.slack_webhook_url != '' }}
uses: signalwire/actions-template/.github/actions/slack@main
with:
CHANNEL: ${{ inputs.channel }}
Expand All @@ -102,7 +102,7 @@ runs:
github.event_name == 'push' &&
github.ref == 'refs/heads/master' &&
inputs.channel != '' &&
slack_webhook_url.channel != '' }}
inputs.slack_webhook_url != '' }}
uses: signalwire/actions-template/.github/actions/slack@main
with:
CHANNEL: ${{ inputs.channel }}
Expand Down

0 comments on commit fcc79ad

Please sign in to comment.