Skip to content

Commit

Permalink
build: bump appleboy/discord-action from 1.0.0 to 1.1.0 (#208)
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 14, 2024
1 parent 947a5b3 commit 41e0458
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Notify on success
if: success()
uses: appleboy/discord-action@v1.0.0
uses: appleboy/discord-action@v1.1.0
with:
webhook_id: ${{ vars.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Notify on failure
if: failure()
uses: appleboy/discord-action@v1.0.0
uses: appleboy/discord-action@v1.1.0
with:
webhook_id: ${{ vars.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "RELEASE_TYPE=release" >> $GITHUB_ENV
- name: Notify
uses: appleboy/discord-action@v1.0.0
uses: appleboy/discord-action@v1.1.0
with:
webhook_id: ${{ !github.event.release.prerelease && vars.DISCORD_RELEASE_WEBHOOK_ID || vars.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ !github.event.release.prerelease && secrets.DISCORD_RELEASE_WEBHOOK_TOKEN || secrets.DISCORD_WEBHOOK_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Notify on success
if: success()
uses: appleboy/discord-action@v1.0.0
uses: appleboy/discord-action@v1.1.0
with:
webhook_id: ${{ vars.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Notify on failure
if: failure()
uses: appleboy/discord-action@v1.0.0
uses: appleboy/discord-action@v1.1.0
with:
webhook_id: ${{ vars.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
Expand Down

0 comments on commit 41e0458

Please sign in to comment.