This commit is contained in:
Kirill Chikalin
2025-03-20 09:04:11 +03:00
parent 6aa7b222ce
commit 04067a758a

View File

@@ -50,5 +50,5 @@ runs:
GITHUB_ACTION_PATH: ${{ github.action_path }}
- name: Send message
run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" \"${{ inputs.message }}\"
run: sendMessage "${{ inputs.bot_token }}" "${{ inputs.chat_id }}" "${{ inputs.message }}"
shell: bash