Skip to content

Commit

Permalink
Bump tsickert/discord-webhook from 5.4.0 to 5.5.0
Browse files Browse the repository at this point in the history
Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/tsickert/discord-webhook/releases)
- [Commits](tsickert/discord-webhook@v5.4.0...v5.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent d34bd76 commit e12283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord-release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v5.4.0
uses: tsickert/discord-webhook@v5.5.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: "# Released Version ${{ github.event.release.name }} \n\n\n${{ github.event.release.body }}"

0 comments on commit e12283c

Please sign in to comment.