diff --git a/action.yml b/action.yml index 2893298..9b2cf92 100644 --- a/action.yml +++ b/action.yml @@ -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