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 1162922 commit 0dacb23Copy full SHA for 0dacb23
.github/workflows/discord.yml
@@ -26,8 +26,8 @@ jobs:
26
\"url\": \"https://github.com/${{ github.actor }}\",
27
\"icon_url\": \"https://github.com/${{ github.actor }}.png\"
28
},
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 }})\",
+ \"title\": \"[${{ github.repository }}] ✨ • ${COMMIT_COUNT} New Commits!\",
+ \"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