Skip to content

Commit 9ef90e7

Browse files
Update slackapi/slack-github-action action to v2
1 parent 47b16d8 commit 9ef90e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/slack/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Send custom JSON data to Slack workflow
1616
id: slack
1717
if: inputs.CHANNEL != '' && inputs.MESSAGE != ''
18-
uses: slackapi/slack-github-action@v1.27.1
18+
uses: slackapi/slack-github-action@v2.1.1
1919
with:
2020
payload: |
2121
{

0 commit comments

Comments
 (0)