1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

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

This commit is contained in:
Vitaly the Alpaca 2024-04-27 20:54:01 +00:00 committed by Vitaly the Alpaca (bot)
parent cece6ea904
commit ba84028c8b

View File

@ -57,13 +57,11 @@ jobs:
run: | run: |
cd ./cli cd ./cli
oscript -make core/Classes/Приложение.os oint oscript -make core/Classes/Приложение.os oint
- name: Записать артефакт - name: Записать артефакт
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: oint name: oint
path: ./cli/oint path: ./cli/oint
- name: Создать каталог deb-пакета - name: Создать каталог deb-пакета
run: | run: |
@ -498,7 +496,7 @@ jobs:
./oint telegram ИзменитьИмяГлавнойТемыФорума --debug --test \ ./oint telegram ИзменитьИмяГлавнойТемыФорума --debug --test \
--token "${{ env.json_Telegram_Token }}" \ --token "${{ env.json_Telegram_Token }}" \
--forum "${{ env.json_Telegram_ForumID }}" \ --forum "${{ env.json_Telegram_ForumID }}" \
--name "Петр" \ --title "Тест" \
@ -2126,6 +2124,17 @@ jobs:
- name: Выполнить СкачатьФайл
if: ${{ cancelled() }} == false
run: |
./oint yadisk СкачатьФайл --debug --test \
--token "" \
--path "" \
--out "" \
- name: Выполнить ПолучитьСписокФайлов - name: Выполнить ПолучитьСписокФайлов
if: ${{ cancelled() }} == false if: ${{ cancelled() }} == false
run: | run: |
@ -2585,6 +2594,7 @@ jobs:
./oint gdrive СкачатьФайл --debug --test \ ./oint gdrive СкачатьФайл --debug --test \
--token "" \ --token "" \
--object "" \ --object "" \
--out "" \