chore: Follow up matrix notify script
This commit is contained in:
parent
13bd504f17
commit
5e6c80ddd8
1 changed files with 1 additions and 8 deletions
9
.github/workflows/matrix_notify.yaml
vendored
9
.github/workflows/matrix_notify.yaml
vendored
|
|
@ -39,11 +39,4 @@ jobs:
|
|||
"${HOMESERVER}/_matrix/client/v3/rooms/${ROOM_ID}/send/m.room.message/${TXN_ID}" \
|
||||
-H "Authorization: Bearer ${ACCESS_TOKEN}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d @- <<EOF
|
||||
{
|
||||
"msgtype": "m.text",
|
||||
"body": "${PLAIN}",
|
||||
"format": "org.matrix.custom.html",
|
||||
"formatted_body": "${HTML}"
|
||||
}
|
||||
EOF
|
||||
-d "{\"msgtype\":\"m.text\",\"body\":\"${PLAIN}\",\"format\":\"org.matrix.custom.html\",\"formatted_body\":\"${HTML}\"}"
|
||||
Loading…
Add table
Reference in a new issue