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 464236e + a0903fe commit 307998dCopy full SHA for 307998d
.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.5.0
+ uses: tsickert/discord-webhook@v6.0.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