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

Create convert.yml

This commit is contained in:
Anton Titovets
2024-03-16 23:51:31 +03:00
committed by GitHub
parent a4e148d010
commit 353d6a70cb

29
.github/workflows/convert.yml vendored Normal file
View File

@@ -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 <vitaly.the.alpaca@gmail.com>
commit_message: Преобразование OPI -> OInt (workflow)