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 f93e99c commit 87d25a7Copy full SHA for 87d25a7
.github/workflows/discord.yml
@@ -27,7 +27,7 @@ jobs:
27
\"icon_url\": \"https://github.com/${{ github.actor }}.png\"
28
},
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 }}\",
+ \"description\": \"[${GITHUB_SHA::7}](https://github.com/${{ github.repository }}/commit/${{ github.sha }}) • ${{ github.event.head_commit.message }}\",
31
\"url\": \"https://github.com/${{ github.repository }}\",
32
\"color\": 3447003,
33
\"footer\": {
0 commit comments