Skip to content

Commit

Permalink
chore(deps): update slackapi/slack-github-action action to v1.25.0 (#…
Browse files Browse the repository at this point in the history
…3939)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent 180a26e commit c2c4ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fail-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
script: |
const script = require(`${process.env.GITHUB_WORKSPACE}/scripts/fail_notify/fail_notify/get_slack_payload.js`)
return script({context})
- uses: slackapi/slack-github-action@v1.24.0
- uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: ${{secrets.SLACK_CHANNEL_ID}}
payload: ${{steps.get_slack_payload.outputs.result}}
Expand Down

0 comments on commit c2c4ee0

Please sign in to comment.