Skip to content

Commit

Permalink
chore(deps): update slackapi/slack-github-action action to v2 (#116)
Browse files Browse the repository at this point in the history
* chore(deps): update slackapi/slack-github-action action to v2

| datasource  | package                      | from    | to     |
| ----------- | ---------------------------- | ------- | ------ |
| github-tags | slackapi/slack-github-action | v1.27.0 | v2.0.0 |

* chore add posting method for slack

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Leo J <[email protected]>
  • Loading branch information
renovate[bot] and leiicamundi authored Nov 18, 2024
1 parent bf2921b commit 033b3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/report-failure-on-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ runs:
- name: Notify in Slack in case of failure
id: slack-notification
if: ${{ steps.silence-check.outcome != 'success' }} # in case of success it means that a silence issue exists
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
channel-id: ${{ inputs.slack_channel_id }}
method: chat.postMessage
payload: |
{
"unfurl_links": false,
Expand Down

0 comments on commit 033b3a2

Please sign in to comment.