From 84d15ccfd1a66cae2c9e6e296983d63f7eaf3c62 Mon Sep 17 00:00:00 2001 From: Kirill Chikalin Date: Thu, 20 Mar 2025 08:22:07 +0300 Subject: [PATCH] fix inputs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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