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

Преобразование OPI -> OInt (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-06-03 07:15:28 +00:00 committed by Vitaly the Alpaca (bot)
parent dcd09a918f
commit 1fc8e8b658
3 changed files with 3 additions and 3 deletions

View File

@ -1171,7 +1171,7 @@ Procedure YDisk_MoveObject() Export
URL = "https://raw.githubusercontent.com/Bayselonarrend/"
+ "OpenIntegrations/main/Media/logo.png";
OPI_YandexDisk.UploadFileByURL(Token, OriginalPath, URL);
Result = OPI_YandexDisk.UploadFileByURL(Token, OriginalPath, URL);
OPI_TestDataRetrieval.WriteLog(Result, "UploadFileByURL");

View File

@ -1171,7 +1171,7 @@ Procedure YDisk_MoveObject() Export
URL = "https://raw.githubusercontent.com/Bayselonarrend/"
+ "OpenIntegrations/main/Media/logo.png";
OPI_YandexDisk.UploadFileByURL(Token, OriginalPath, URL);
Result = OPI_YandexDisk.UploadFileByURL(Token, OriginalPath, URL);
// !OInt OPI_TestDataRetrieval.WriteLog(Result, "UploadFileToURL");

View File

@ -1171,7 +1171,7 @@
URL = "https://raw.githubusercontent.com/Bayselonarrend/"
+ "OpenIntegrations/main/Media/logo.png";
OPI_YandexDisk.ЗагрузитьФайлПоURL(Токен, ПутьОригинала, URL);
Результат = OPI_YandexDisk.ЗагрузитьФайлПоURL(Токен, ПутьОригинала, URL);
OPI_ПолучениеДанныхТестов.ЗаписатьЛог(Результат, "ЗагрузитьФайлПоURL");