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