Skip to content

Commit

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

Bump tsickert/discord-webhook from 5.4.0 to 5.5.0
  • Loading branch information
github-actions[bot] authored Apr 1, 2024
2 parents d34bd76 + e12283c commit 0946878
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 0946878

Please sign in to comment.