fix inputs

This commit is contained in:
Kirill Chikalin
2025-03-20 08:22:07 +03:00
parent ea4f6532da
commit 84d15ccfd1

View File

@@ -62,7 +62,7 @@ runs:
GITHUB_ACTION_PATH: ${{ github.action_path }} GITHUB_ACTION_PATH: ${{ github.action_path }}
- name: Send message - name: Send message
run: sendMessage ${{ inputs.TELEGRAM_TOKEN }} ${{ inputs.TELEGRAM_TO }} ${{ inputs.text }} run: sendMessage ${{ inputs.bot_token }} ${{ inputs.chat_id }} ${{ inputs.text }}
shell: bash shell: bash
- name: Run goodbye.sh - name: Run goodbye.sh