CI: try simpler action

This commit is contained in:
Adriaan de Groot 2021-05-25 15:01:18 +02:00
parent 5bf118409a
commit d8b8d17e86

View File

@ -16,5 +16,4 @@ runs:
using: "composite" using: "composite"
steps: steps:
- shell: bash - shell: bash
run: | run: echo "$INPUT_MESSAGE"
curl -s -XPOST -d $( echo "$INPUT_MESSAGE" | jq -Rs '{"msgtype": "m.text", "body":@text}' ) "https://matrix.org/_matrix/client/r0/rooms/%21${INPUT_ROOM}/send/m.room.message?access_token=${INPUT_TOKEN}" > /dev/null