Skip to content

Commit 01099b3

Browse files
Modify Discord webhook message format
1 parent ddcf9f9 commit 01099b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
uses: sarisia/[email protected]
2828
with:
2929
webhook: ${{ secrets.DISCORD_WEBHOOK }}
30-
title: "New push to ${{ github.ref_name }}"
31-
description: "${{ steps.commits.outputs.commit_text }}"
30+
title: "New Update"
31+
description: |
32+
**New push to ${{ github.ref_name }}**
33+
${{ steps.commits.outputs.commit_text }}
3234
noprefix: true
3335
nocontext: true

0 commit comments

Comments
 (0)