Skip to content

Commit

Permalink
Upgrading an action which no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyd committed Sep 24, 2024
1 parent 5138cfc commit 0e4152e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fi
- name: Notify slack - test results
uses: voxmedia/github-action-slack-notify-build@v1
uses: zuplo/github-action-slack-notify-build@v2
if: failure()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
slack_message_id: ${{ steps.slack.outputs.message_id }}
steps:
- name: Notify slack - build starting
uses: voxmedia/github-action-slack-notify-build@v1
uses: zuplo/github-action-slack-notify-build@v2
if: success()
id: slack
env:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: docker logout

- name: Notify slack - build result successful
uses: voxmedia/github-action-slack-notify-build@v1
uses: zuplo/github-action-slack-notify-build@v2
if: success()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand All @@ -220,7 +220,7 @@ jobs:
color: good

- name: Notify slack - build result failed
uses: voxmedia/github-action-slack-notify-build@v1
uses: zuplo/github-action-slack-notify-build@v2
if: failure()
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down

0 comments on commit 0e4152e

Please sign in to comment.