1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-30 09:16:44 +02:00

Мелкие правки workflow

This commit is contained in:
Anton Titovets 2024-03-28 14:11:50 +03:00
parent 62f56ea65e
commit d3829daa37
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
opm install osparser
- name: Сформировать список методов ОПИ -> CLI
run: oscript ./cli/parse.os
run: oscript ./.github/workflows/os/parse.os
- name: Записать измененный список методов CLI
uses: stefanzweifel/git-auto-commit-action@v5

View File

@ -19,7 +19,7 @@ jobs:
version: 1.9.0
- name: Выполнить скрипт преобразования OPI -> OInt
run: oscript ./.github/workflows/convert.os
run: oscript ./.github/workflows/os/convert.os
- uses: stefanzweifel/git-auto-commit-action@v5
with:

View File

@ -50,7 +50,7 @@ jobs:
run: |
cd ./OInt
opm build
opm install oint-1.5.0.ospx
opm install *.ospx
- name: Выполнить Телеграм_ПолучитьИнформациюБота
if: ${{ cancelled() }} == false