We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f37bc3b + 5554dc1 commit 89c0ecfCopy full SHA for 89c0ecf
.github/actions/slack/action.yml
@@ -14,6 +14,7 @@ runs:
14
steps:
15
- name: Send custom JSON data to Slack workflow
16
id: slack
17
+ if: inputs.CHANNEL != '' && inputs.MESSAGE != ''
18
uses: slackapi/[email protected]
19
with:
20
payload: |
0 commit comments