1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +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

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