1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-19 19:44:28 +02:00

Update cli_test.yml

This commit is contained in:
Anton Titovets 2024-03-22 16:02:31 +03:00 committed by GitHub
parent 772c104bea
commit acae9b7d2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,13 +152,13 @@ jobs:
echo " {
\"${{ env.json_Picture }}\" : \"photo\",
\"${{ env.json_Picture2 }}\" : \"photo\"
} " > mediagroup.json
} " > $mediagroup
./oint_bin telegram ОтправитьМедиагруппу \
--token ${{ env.json_Telegram_Token }} \
--id ${{ env.json_Telegram_ChatID }} \
--text "Тестовое сообщение" \
--path mediagroup.json
--path $mediagroup
Clear-Cache:
runs-on: ubuntu-latest