1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-15 20:13:31 +02:00

Обновление yml файла - cli_test.yml (workflow)

This commit is contained in:
Vitaly the Alpaca
2024-03-29 07:54:15 +00:00
committed by Vitaly the Alpaca (bot)
parent c215b79b95
commit a04ccd122c

View File

@@ -260,7 +260,7 @@ jobs:
--chat "${{ env.json_Telegram_ChannelID }}" \
--question "Да или нет?" \
--options "['Да', 'Нет', 'Затрудняюсь ответить']" \
--anonymous "true" \
--anonymous true \
@@ -458,8 +458,8 @@ jobs:
./oint_bin telegram СформироватьКлавиатуруПоМассивуКнопок --debug \
--buttons "['Кнопка1','Кнопка2','Кнопка3']" \
--under "true" \
--column "false" \
--under true \
--column false \
Testing-vk:
@@ -516,7 +516,7 @@ jobs:
./oint_bin vk СоздатьПост --debug \
--text "Тестовый текст" \
--pictures "['${{ env.json_Picture }}', '${{ env.json_Picture2 }}']" \
--ad "false" \
--ad false \
--url "https://github.com/Bayselonarrend/OpenIntegrations" \
--auth "auth.json" \
@@ -683,7 +683,7 @@ jobs:
./oint_bin vk СоздатьОбсуждение --debug \
--title "" \
--title "Тест" \
--text "Тестовый текст" \
--auth "auth.json" \
@@ -789,7 +789,7 @@ jobs:
./oint_bin vk СделатьРепост --debug \
--post "1159" \
--from "-${{ env.json_VK_GroupID }}" \
--ad "false" \
--ad false \
--auth "auth.json" \
@@ -916,7 +916,7 @@ jobs:
./oint_bin vk СоздатьРекламнуюКампанию --debug \
--cabinet "${{ env.json_VK_AdsCabinetID }}" \
--title "" \
--title "Тест" \
--auth "auth.json" \
@@ -1222,10 +1222,10 @@ jobs:
./oint_bin vk СоздатьПодборкуТоваров --debug \
--title "" \
--title "Тест" \
--picture "${{ env.json_Picture }}" \
--main "false" \
--hidden "false" \
--main false \
--hidden false \
--auth "auth.json" \
@@ -1245,11 +1245,11 @@ jobs:
./oint_bin vk ИзменитьПодборкуТоваров --debug \
--title "" \
--title "Тест" \
--sel "" \
--picture "${{ env.json_Picture }}" \
--main "false" \
--hidden "false" \
--main false \
--hidden false \
--auth "auth.json" \
@@ -1350,7 +1350,7 @@ jobs:
./oint_bin vk СоздатьСвойствоТовара --debug \
--title "" \
--title "Тест" \
--auth "auth.json" \
@@ -1370,7 +1370,7 @@ jobs:
./oint_bin vk ИзменитьСвойствоТовара --debug \
--title "" \
--title "Тест" \
--prop "1" \
--auth "auth.json" \
@@ -1483,7 +1483,7 @@ jobs:
run: |
./oint_bin vk СформироватьКлавиатуру --debug \
--buttons "['1111111','2222222']" \
--buttons "['Кнопка1','Кнопка2','Кнопка3']" \
Clear-Cache: