We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c0ecf commit 1bf2236Copy full SHA for 1bf2236
.github/actions/slack/action.yml
@@ -15,7 +15,7 @@ runs:
15
- name: Send custom JSON data to Slack workflow
16
id: slack
17
if: inputs.CHANNEL != '' && inputs.MESSAGE != ''
18
- uses: slackapi/slack-github-action@v1.27.0
+ uses: slackapi/slack-github-action@v2.0.0
19
with:
20
payload: |
21
{
0 commit comments