Skip to content

Commit 307998d

Browse files
authored
Merge pull request #52 from rupadana/dependabot/github_actions/tsickert/discord-webhook-6.0.0
Bump tsickert/discord-webhook from 5.5.0 to 6.0.0
2 parents 464236e + a0903fe commit 307998d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discord-release-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Discord Webhook Action
11-
uses: tsickert/discord-webhook@v5.5.0
11+
uses: tsickert/discord-webhook@v6.0.0
1212
with:
1313
webhook-url: ${{ secrets.WEBHOOK_URL }}
1414
content: "# Released Version ${{ github.event.release.name }} \n\n\n${{ github.event.release.body }}"

0 commit comments

Comments
 (0)