Skip to content

1. MAIN | Основной процесс OPI -> OInt -> CLI #8

1. MAIN | Основной процесс OPI -> OInt -> CLI

1. MAIN | Основной процесс OPI -> OInt -> CLI #8

Workflow file for this run

name: OINT | Конвертация OPI -> OInt
# Controls when the workflow will run
on:
workflow_dispatch:
jobs:
Convert:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
steps:
- uses: actions/checkout@v2
with:
token: ${{secrets.TOKEN}}
- uses: otymko/[email protected]
with:
version: 1.9.0
- name: Выполнить скрипт преобразования OPI -> OInt
run: oscript ./.github/workflows/os/convert.os
- name: Обновить Workflow тестирования OInt
run: oscript ./.github/workflows/os/oint_testmaker.os > ./.github/workflows/oint_test.yml
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: Vitaly the Alpaca (bot)
commit_user_email: [email protected]
commit_author: Vitaly the Alpaca <[email protected]>
commit_message: Преобразование OPI -> OInt (workflow)