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 d6c35ef commit bd17834Copy full SHA for bd17834
.github/workflows/discord.yml
@@ -26,9 +26,9 @@ 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!\",
+ \"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 }})\",
31
- \"url\": \"https://github.com/${{ github.repository }}/commit/${{ github.sha }}\",
+ \"url\": \"https://github.com/${{ github.repository }}\",
32
\"color\": 3447003,
33
\"footer\": {
34
\"text\": \"Pushed to branch: main\"
0 commit comments