fix inputs
This commit is contained in:
@@ -62,7 +62,7 @@ runs:
|
||||
GITHUB_ACTION_PATH: ${{ github.action_path }}
|
||||
|
||||
- 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
|
||||
|
||||
- name: Run goodbye.sh
|
||||
|
||||
Reference in New Issue
Block a user