Browse Source

Update slackapi/slack-github-action action to v1.25.0 (#245)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/250/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
c122cc9089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      report-deployment-status-to-slack/action.yml

2
report-deployment-status-to-slack/action.yml

@ -89,7 +89,7 @@ runs: @@ -89,7 +89,7 @@ runs:
- name: Post/Edit message to a Slack channel
id: slack-message
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
with:
channel-id: ${{ inputs.slack-channel }}
slack-message: ${{ steps.setup.outputs.slack_message }}

Loading…
Cancel
Save