Skip to content

Commit

Permalink
chore(deps): update slackapi/slack-github-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent ae7fffa commit 013b4db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
name: playwright-report
path: playwright-report/index.html
- name: Failure Slack Notification
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_E2E_NOTIFICATION_WEBHOOK_URL }}
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
docker buildx imagetools create -t $XSLT_IMAGE_AND_TAG-approved $XSLT_IMAGE_AND_TAG
docker buildx imagetools create -t $ENCODA_IMAGE_AND_TAG-approved $ENCODA_IMAGE_AND_TAG
- name: Success Slack Notification
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_E2E_NOTIFICATION_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
]
}
- name: Failure Slack Notification
uses: slackapi/slack-github-action@v1.27.1
uses: slackapi/slack-github-action@v2.0.0
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_E2E_NOTIFICATION_WEBHOOK_URL }}
Expand Down

0 comments on commit 013b4db

Please sign in to comment.