Skip to content

Commit

Permalink
Merge pull request #25 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 82c48bc + 2a59eb8 commit 3d55468
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.DISCORD_WEBHOOK_URL }}
content: "# Released Version ${{ github.event.release.name }} \n\n\n${{ github.event.release.body }}"

0 comments on commit 3d55468

Please sign in to comment.