Skip to content

Commit

Permalink
Bump tsickert/discord-webhook from 6.0.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [tsickert/discord-webhook](https://github.com/tsickert/discord-webhook) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/tsickert/discord-webhook/releases)
- [Commits](tsickert/discord-webhook@v6.0.0...v7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 12b48a6 commit 4d30cd5
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@v6.0.0
uses: tsickert/discord-webhook@v7.0.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 4d30cd5

Please sign in to comment.