This commit is contained in:
Kirill Chikalin
2025-03-20 10:24:41 +03:00
parent 86b469f293
commit 242315b7dc

View File

@@ -68,7 +68,10 @@ runs:
if [[ "$STATUS" != '' ]]; then if [[ "$STATUS" != '' ]]; then
STATUS="$STATUS " STATUS="$STATUS "
fi fi
echo $STATUS
CAPTION="$STATUS${{ inputs.caption }}" CAPTION="$STATUS${{ inputs.caption }}"
echo $CAPTION
echo "$CAPTION${{ inputs.message }}"
sendMessage "${{ inputs.bot_token }}" ${{ inputs.chat_id }} "$CAPTION${{ inputs.message }}" sendMessage "${{ inputs.bot_token }}" ${{ inputs.chat_id }} "$CAPTION${{ inputs.message }}"
shell: bash shell: bash