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 3f1d3dc commit 3661125Copy full SHA for 3661125
.github/workflows/discord.yml
@@ -25,7 +25,7 @@ jobs:
25
\"url\": \"https://github.com/${{ github.actor }}\",
26
\"icon_url\": \"https://github.com/${{ github.actor }}.png\"
27
},
28
- \"title\": \"[${{ github.repository }}](https://github.com/${{ github.repository }}) New Commit!\",
+ \"title\": \"[${{ github.repository }}] ${{ github.event.commits }} New Commit!\",
29
\"description\": \"${{ github.event.head_commit.message }} ${GITHUB_SHA::7} [here](https://github.com/${{ github.repository }}/commit/${{ github.sha }})\",
30
\"url\": \"https://github.com/${{ github.repository }}/commit/${{ github.sha }}\",
31
\"color\": 3447003,
0 commit comments