1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

Update cli_test.yml

This commit is contained in:
Anton Titovets 2024-03-22 13:20:59 +03:00 committed by GitHub
parent c29a29e5d4
commit 2a99b9812d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ jobs:
- name: Выполнить УдалитьWebhook
if: ${{ cancelled() }} == false
run: ./oint_bin telegram УдалитьWebhook --token ${{ env.json_Telegram_Token }} --url ${{ env.json_Telegram_URL }}
run: ./oint_bin telegram УдалитьWebhook --token ${{ env.json_Telegram_Token }}
- name: Выполнить ОтправитьТекстовоеСообщение
if: ${{ cancelled() }} == false
@ -149,9 +149,9 @@ jobs:
- name: Выполнить ОтправитьМедиагруппу
if: ${{ cancelled() }} == false
run: |
echo " { \
\"${{ env.json_Picture }}\" : \"photo\" \
\"${{ env.json_Picture2 }}\" : \"photo\" \
echo " { \n \
\"${{ env.json_Picture }}\" : \"photo\" \n \
\"${{ env.json_Picture2 }}\" : \"photo\" \n \
} " > mediagroup.json
./oint_bin telegram ОтправитьМедиагруппу \