mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
CI: fix up quotes in command
This commit is contained in:
parent
93221da5ea
commit
b419f5a3c3
1 changed files with 1 additions and 1 deletions
2
.github/actions/notify-push/action.yml
vendored
2
.github/actions/notify-push/action.yml
vendored
|
@ -17,4 +17,4 @@ runs:
|
|||
steps:
|
||||
- shell: bash
|
||||
run: |
|
||||
curl -s -XPOST -d $( echo "${{ inputs.message }}" | jq -Rs '{"msgtype": "m.text", "body":@text}' ) "https://matrix.org/_matrix/client/r0/rooms/%21${{ inputs.room }}/send/m.room.message?access_token=${{ inputs.token }}" > /dev/null
|
||||
curl -s -XPOST -d "$( echo "${{ inputs.message }}" | jq -Rsc '{"msgtype": "m.text", "body":@text}' )" "https://matrix.org/_matrix/client/r0/rooms/%21${{ inputs.room }}/send/m.room.message?access_token=${{ inputs.token }}" > /dev/null
|
||||
|
|
Loading…
Add table
Reference in a new issue