fix inputs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user