Skip to content

Commit a014b16

Browse files
chore(devdeps): update slackapi/slack-github-action action to v2.1.0
1 parent 54a8029 commit a014b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Send GitHub Action data to a Slack workflow
7979
if: steps.changesets.outputs.published == 'true'
80-
uses: slackapi/slack-github-action@v2.0.0
80+
uses: slackapi/slack-github-action@v2.1.0
8181
with:
8282
payload-delimiter: '_'
8383
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)