CI: try simpler action
This commit is contained in:
parent
5bf118409a
commit
d8b8d17e86
3
.github/actions/notify-push/action.yml
vendored
3
.github/actions/notify-push/action.yml
vendored
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user