We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37bc3b commit b0b0175Copy full SHA for b0b0175
.github/actions/slack/action.yml
@@ -14,7 +14,7 @@ runs:
14
steps:
15
- name: Send custom JSON data to Slack workflow
16
id: slack
17
- uses: slackapi/slack-github-action@v1.27.0
+ uses: slackapi/slack-github-action@v2.0.0
18
with:
19
payload: |
20
{
0 commit comments