Skip to content

Commit 0dacb23

Browse files
committed
Update discord.yml
1 parent 1162922 commit 0dacb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/discord.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
\"url\": \"https://github.com/${{ github.actor }}\",
2727
\"icon_url\": \"https://github.com/${{ github.actor }}.png\"
2828
},
29-
\"title\": \"[${{ github.repository }}] 📢 • ${COMMIT_COUNT} New Commits!\",
30-
\"description\": \"${{ github.event.head_commit.message }} ${GITHUB_SHA::7} [here](https://github.com/${{ github.repository }}/commit/${{ github.sha }})\",
29+
\"title\": \"[${{ github.repository }}] • ${COMMIT_COUNT} New Commits!\",
30+
\"description\": \"[${GITHUB_SHA::7}](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) ${{ github.event.head_commit.message }}\",
3131
\"url\": \"https://github.com/${{ github.repository }}\",
3232
\"color\": 3447003,
3333
\"footer\": {

0 commit comments

Comments
 (0)