Skip to content

Commit 1bf2236

Browse files
Update slackapi/slack-github-action action to v2
1 parent 89c0ecf commit 1bf2236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/slack/action.yml

+1-1
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.0
18+
uses: slackapi/slack-github-action@v2.0.0
1919
with:
2020
payload: |
2121
{

0 commit comments

Comments
 (0)