Skip to content

Commit

Permalink
Обновление yml файла - cli_test.yml (workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyTheAlpaca committed Mar 29, 2024
1 parent 64e252d commit 2956bdf
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/cli_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ jobs:

./oint_bin vk ЗакрытьОбсуждение --debug \
--topic "1" \
--remove "1" \
--remove false \
--auth "auth.json" \


Expand Down Expand Up @@ -1019,7 +1019,7 @@ jobs:


./oint_bin vk ПолучитьСписокТоваров --debug \
--sel "" \
--sel "1" \
--auth "auth.json" \


Expand Down Expand Up @@ -1054,8 +1054,6 @@ jobs:
\"Категория\" : \"20173\",
\"Цена\" : \"1\",
\"СтараяЦена\" : \"2\",
\"ОсновноеФото\" : \"${{ env.json_Picture }}\"
\"URL\" : \"https://github.com/Bayselonarrend/OpenIntegrations\"
\"ДополнительныеФото\" : \"[]\"
\"ЗначенияСвойств\" : \"[]\"
\"ГлавныйВГруппе\" : \"false\"
Expand All @@ -1080,7 +1078,7 @@ jobs:

./oint_bin vk ДобавитьТовар --debug \
--product "product.json" \
--sel "" \
--sel "1" \
--auth "auth.json" \


Expand All @@ -1095,8 +1093,6 @@ jobs:
\"Категория\" : \"20173\",
\"Цена\" : \"1\",
\"СтараяЦена\" : \"2\",
\"ОсновноеФото\" : \"${{ env.json_Picture }}\"
\"URL\" : \"https://github.com/Bayselonarrend/OpenIntegrations\"
\"ДополнительныеФото\" : \"[]\"
\"ЗначенияСвойств\" : \"[]\"
\"ГлавныйВГруппе\" : \"false\"
Expand All @@ -1122,7 +1118,7 @@ jobs:
./oint_bin vk ИзменитьТовар --debug \
--item "1" \
--product "product.json" \
--sel "" \
--sel "1" \
--auth "auth.json" \


Expand Down Expand Up @@ -1246,7 +1242,7 @@ jobs:

./oint_bin vk ИзменитьПодборкуТоваров --debug \
--title "Тест" \
--sel "" \
--sel "1" \
--picture "${{ env.json_Picture }}" \
--main false \
--hidden false \
Expand All @@ -1270,7 +1266,7 @@ jobs:

./oint_bin vk ДобавитьТоварВПодборку --debug \
--items "['1111111','2222222']" \
--sel "" \
--sel "1" \
--auth "auth.json" \


Expand All @@ -1291,7 +1287,7 @@ jobs:

./oint_bin vk УдалитьТоварИзПодборки --debug \
--item "1" \
--sel "" \
--sel "1" \
--auth "auth.json" \


Expand All @@ -1311,7 +1307,7 @@ jobs:


./oint_bin vk УдалитьПодборку --debug \
--sel "" \
--sel "1" \
--auth "auth.json" \


Expand Down

0 comments on commit 2956bdf

Please sign in to comment.