We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d34bd76 + e12283c commit 0946878Copy full SHA for 0946878
.github/workflows/discord-release-notification.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Discord Webhook Action
11
- uses: tsickert/discord-webhook@v5.4.0
+ uses: tsickert/discord-webhook@v5.5.0
12
with:
13
webhook-url: ${{ secrets.WEBHOOK_URL }}
14
content: "# Released Version ${{ github.event.release.name }} \n\n\n${{ github.event.release.body }}"
0 commit comments