test
This commit is contained in:
@@ -50,7 +50,5 @@ runs:
|
||||
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
||||
|
||||
- name: Send message
|
||||
run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "$MESSAGE"
|
||||
run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" \"${{ inputs.message }}\"
|
||||
shell: bash
|
||||
env:
|
||||
MESSAGE: $(echo -e "${{ inputs.message }}")
|
||||
Reference in New Issue
Block a user