Skip to content

Commit

Permalink
Bump appleboy/discord-action from 1.0.0 to 1.1.0 (#199)
Browse files Browse the repository at this point in the history
Bumps [appleboy/discord-action](https://github.com/appleboy/discord-action) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/appleboy/discord-action/releases)
- [Changelog](https://github.com/appleboy/discord-action/blob/master/.goreleaser.yaml)
- [Commits](appleboy/discord-action@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: appleboy/discord-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent de737d2 commit 616dde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Notify on success
# If the site was successfully built and indexed
if: needs.build.result == 'success' && needs.deploy.result == 'success'
uses: appleboy/discord-action@v1.0.0
uses: appleboy/discord-action@v1.1.0
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
Expand All @@ -131,7 +131,7 @@ jobs:
- name: Notify on failure
# If the site failed at any point
if: needs.build.result == 'failure' || needs.deploy.result == 'failure'
uses: appleboy/discord-action@v1.0.0
uses: appleboy/discord-action@v1.1.0
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
Expand Down

0 comments on commit 616dde5

Please sign in to comment.