Skip to content

Commit

Permalink
Merge pull request #9833 from neinteractiveliterature/renovate/slacka…
Browse files Browse the repository at this point in the history
…pi-slack-github-action-2.x

Update slackapi/slack-github-action action to v2
  • Loading branch information
nbudin authored Nov 17, 2024
2 parents 47ea0e1 + 7e74547 commit e21bc4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Post about drafted release to Slack
id: slack
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
with:
channel-id: ${{ secrets.SlackCISuccessNotificationChannelID }}
slack-message: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
text: ${{ github.event.release.body }}
- name: Post about release to Slack
id: slack
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
with:
channel-id: ${{ secrets.SlackReleaseNotificationChannelID }}
payload: |
Expand Down

0 comments on commit e21bc4b

Please sign in to comment.