1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-26 05:37:27 +02:00

Update cli_test.yml

This commit is contained in:
Anton Titovets 2024-03-22 16:05:40 +03:00 committed by GitHub
parent acae9b7d2d
commit 03b1248c6d
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
} " > mediagroup.json
./oint_bin telegram ОтправитьМедиагруппу \
--token ${{ env.json_Telegram_Token }} \
--id ${{ env.json_Telegram_ChatID }} \
--text "Тестовое сообщение" \
--path $mediagroup
--path mediagroup.json
Clear-Cache:
runs-on: ubuntu-latest