mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Update build_release.yml
This commit is contained in:
@@ -107,15 +107,15 @@ jobs:
|
|||||||
\"@context\": \"http://schema.org/extensions\",
|
\"@context\": \"http://schema.org/extensions\",
|
||||||
\"summary\": \"New Release\",
|
\"summary\": \"New Release\",
|
||||||
\"themeColor\": \"0076D7\",
|
\"themeColor\": \"0076D7\",
|
||||||
\"title\": \"🚀 New Release: ${{ github.event.release.name }}\",
|
\"title\": \"🚀 New Release: ${{ github.ref_name }}\",
|
||||||
\"sections\": [{
|
\"sections\": [{
|
||||||
\"activityTitle\": \"Version ${{ github.event.release.tag_name }}\",
|
\"activityTitle\": \"Repository: ${{ github.repository }}\",
|
||||||
\"text\": \"${{ github.event.release.body }}\"
|
\"text\": \"${{ steps.release_notes_github.outputs.body }}\"
|
||||||
}],
|
}],
|
||||||
\"potentialAction\": [{
|
\"potentialAction\": [{
|
||||||
\"@type\": \"OpenUri\",
|
\"@type\": \"OpenUri\",
|
||||||
\"name\": \"View Release\",
|
\"name\": \"View Release\",
|
||||||
\"targets\": [{ \"os\": \"default\", \"uri\": \"${{ github.event.release.html_url }}\" }]
|
\"targets\": [{ \"os\": \"default\", \"uri\": \"https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}\" }]
|
||||||
}]
|
}]
|
||||||
}" \
|
}" \
|
||||||
${{ secrets.TEAMS_WEBHOOK_URL }}
|
${{ secrets.TEAMS_WEBHOOK_URL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user