Skip to content

Commit

Permalink
Merge pull request #43 from rupadana/dependabot/github_actions/tsicke…
Browse files Browse the repository at this point in the history
…rt/discord-webhook-5.4.0

Bump tsickert/discord-webhook from 5.3.0 to 5.4.0
  • Loading branch information
github-actions[bot] authored Mar 18, 2024
2 parents f7b78fb + 2c12d6f commit 2715bb4
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.3.0
uses: tsickert/discord-webhook@v5.4.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 2715bb4

Please sign in to comment.