1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-16 11:38:11 +02:00
OpenIntegrations/.github/workflows/oint_convert.yml

39 lines
1.0 KiB
YAML
Raw Normal View History

name: OINT | Конвертация OPI -> OInt
2024-03-16 22:51:31 +02:00
# Controls when the workflow will run
on:
workflow_dispatch:
jobs:
Convert:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
2024-03-16 22:51:31 +02:00
steps:
- uses: actions/checkout@v2
with:
token: ${{secrets.TOKEN}}
2024-03-16 22:51:31 +02:00
- uses: otymko/setup-onescript@v1.4
with:
version: 1.9.0
- name: Выполнить скрипт преобразования OPI -> OInt
2024-03-28 13:11:50 +02:00
run: oscript ./.github/workflows/os/convert.os
2024-03-16 22:51:31 +02:00
- name: Обновить Workflow тестирования OInt
run: oscript ./.github/workflows/os/oint_testmaker.os
2024-03-16 22:51:31 +02:00
- 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 <vitaly.the.alpaca@gmail.com>
commit_message: Преобразование OPI -> OInt (workflow)