You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-15 20:13:31 +02:00
Update and rename main.yml to oint_test.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# This is a basic workflow to help you get started with Actions
|
# This is a basic workflow to help you get started with Actions
|
||||||
|
|
||||||
name: Основная обработка OInt (OneScript)
|
name: Тестирование OInt (OneScript)
|
||||||
|
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
@@ -8,31 +8,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
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)
|
|
||||||
|
|
||||||
Decode:
|
Decode:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: Convert
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
Reference in New Issue
Block a user