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

Update oint_convert.yml

This commit is contained in:
Anton Titovets
2024-06-09 14:23:13 +03:00
committed by GitHub
parent 1aa2fb19ea
commit fb797f4829

View File

@@ -1,9 +1,9 @@
name: OPI | Конвертация OPI -> OInt -> CLI name: OPI | Конвертация OPI -> OInt -> CLI
# Controls when the workflow will run # Controls when the workflow will run
on: on:
workflow_dispatch: [workflow_dispatch,push]
jobs: jobs:
Convert: Convert:
@@ -32,6 +32,9 @@ jobs:
- name: Выполнить скрипт преобразования OPI -> OInt - name: Выполнить скрипт преобразования OPI -> OInt
run: oscript ./.github/workflows/os/convert.os run: oscript ./.github/workflows/os/convert.os
- name: Обновить словари
run: oscript ./.github/workflows/os/oint_dictionary.os
- name: Выполнить скрипт локализации - name: Выполнить скрипт локализации
run: oscript ./.github/workflows/os/opi_translate.os run: oscript ./.github/workflows/os/opi_translate.os