test
This commit is contained in:
@@ -53,4 +53,4 @@ runs:
|
|||||||
run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "$MESSAGE"
|
run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "$MESSAGE"
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
MESSAGE: ${{ inputs.message }}
|
MESSAGE: $(echo -e "${{ inputs.message }}")
|
||||||
Reference in New Issue
Block a user