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.
1 parent 0946878 commit a0903feCopy full SHA for a0903fe
.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