Skip to content

Commit

Permalink
Slack action, add none-empty input verification
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Dec 3, 2024
1 parent f37bc3b commit 5554dc1
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 5554dc1

Please sign in to comment.