Skip to content

Commit

Permalink
Merge pull request #731 from dipjyotimetia/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…slackapi/slack-github-action-1.22.0
  • Loading branch information
dipjyotimetia committed Oct 2, 2022
2 parents 6bfc8c4 + f3d3958 commit 828f495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: echo 'The testing workflow passed'
- name: Send alert to Slack
id: slack
uses: slackapi/slack-github-action@v1.21.0
uses: slackapi/slack-github-action@v1.22.0
with:
payload: |
{
Expand All @@ -46,7 +46,7 @@ jobs:
- run: echo 'The testing workflow failed'
- name: Send alert to Slack
id: slack
uses: slackapi/slack-github-action@v1.21.0
uses: slackapi/slack-github-action@v1.22.0
with:
payload: |
{
Expand Down

0 comments on commit 828f495

Please sign in to comment.