From 353d6a70cb0d936dafda7cc05b2de01543ff5a4b Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:51:31 +0300 Subject: [PATCH] Create convert.yml --- .github/workflows/convert.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/convert.yml diff --git a/.github/workflows/convert.yml b/.github/workflows/convert.yml new file mode 100644 index 0000000000..a94a139310 --- /dev/null +++ b/.github/workflows/convert.yml @@ -0,0 +1,29 @@ +name: Конвертация OPI -> OInt + +# Controls when the workflow will run +on: + workflow_dispatch: + +jobs: + + Convert: + runs-on: ubuntu-latest + permissions: + contents: write + + steps: + + - uses: actions/checkout@v2 + - uses: otymko/setup-onescript@v1.4 + with: + version: 1.9.0 + + - name: Выполнить скрипт преобразования OPI -> OInt + run: oscript ./.github/workflows/convert.os + + - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_user_name: Vitaly the Alpaca (bot) + commit_user_email: vitaly.the.alpaca@gmail.com + commit_author: Vitaly the Alpaca + commit_message: Преобразование OPI -> OInt (workflow)