diff --git a/action.yml b/action.yml index c2ffcff..88c4e21 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,10 @@ runs: if [[ "$STATUS" != '' ]]; then STATUS="$STATUS " fi + echo $STATUS CAPTION="$STATUS${{ inputs.caption }}" + echo $CAPTION + echo "$CAPTION${{ inputs.message }}" sendMessage "${{ inputs.bot_token }}" ${{ inputs.chat_id }} "$CAPTION${{ inputs.message }}" shell: bash