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