You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Pushes release updates to a pre-defined Matrix room
1
+
name: Pushes release notes to a Matrix room
2
2
on:
3
3
release:
4
4
types:
5
-
- edited
6
-
- prereleased
7
5
- published
6
+
8
7
jobs:
9
8
ping_matrix:
10
9
runs-on: ubuntu-latest
@@ -14,5 +13,11 @@ jobs:
14
13
with:
15
14
room_id: ${{ secrets.MATRIX_ROOM_ID }}
16
15
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
17
-
message: "**${{github.event.repository.full_name}}:** A release has been ${{github.event.action}}<br/>Release version [${{github.event.release.tag_name}}](${{github.event.release.html_url}})<br/><br/>***Description:***<br/>${{github.event.release.body}}<br/>"
16
+
message: |
17
+
A (pre)release has been ${{github.event.action}} in **${{github.event.repository.full_name}}:**<br/>
0 commit comments