Skip to content

Commit

Permalink
Merge pull request #340 from signalwire/slack
Browse files Browse the repository at this point in the history
Slack action, add none-empty input verification
  • Loading branch information
andywolk authored Dec 3, 2024
2 parents f37bc3b + 5554dc1 commit 89c0ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
steps:
- name: Send custom JSON data to Slack workflow
id: slack
if: inputs.CHANNEL != '' && inputs.MESSAGE != ''
uses: slackapi/[email protected]
with:
payload: |
Expand Down

0 comments on commit 89c0ecf

Please sign in to comment.