We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfec52 commit c7b0ce1Copy full SHA for c7b0ce1
1 file changed
.github/workflows/post-to-discord.yml
@@ -22,9 +22,9 @@ jobs:
22
"username": "GitHub Actions",
23
"avatar_url": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
24
"embeds": [{
25
- "title": "New release of ${REPO}: '${TAG}'",
26
- "url": "https://github.com/'${REPO}'/releases/tag/'${TAG}'",
27
- "description": "${REPO} ${TAG} just released!",
+ "title": "New release of ${{ github.repository }}: '${{ github.ref_name }}'",
+ "url": "https://github.com/'${{ github.repository }}'/releases/tag/'${{ github.ref_name }}'",
+ "description": "${{ github.repository }} ${{ github.ref_name }} just released!",
28
"color": 5814783
29
}]
30
}' \
0 commit comments