Skip to content

Commit

Permalink
Update and rename main.yml to oint_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend authored Mar 22, 2024
1 parent 461dc64 commit 9c73856
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/main.yml → .github/workflows/oint_test.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,15 @@
# This is a basic workflow to help you get started with Actions

name: Основная обработка OInt (OneScript)
name: Тестирование OInt (OneScript)

# 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/[email protected]
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: [email protected]
commit_author: Vitaly the Alpaca <[email protected]>
commit_message: Преобразование OPI -> OInt (workflow)

Decode:
runs-on: ubuntu-latest
needs: Convert
steps:

- uses: actions/checkout@v4
Expand Down

0 comments on commit 9c73856

Please sign in to comment.