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

Update blank.yml

This commit is contained in:
Anton Titovets
2024-03-14 17:02:52 +03:00
committed by GitHub
parent ad09c4b61d
commit cdedffc456

View File

@@ -41,6 +41,7 @@ jobs:
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./OInt/tests/Modules/internal/OPI_Тесты.os
- name: Зашифровать данные обратно - name: Зашифровать данные обратно
if: success() || failure()
run: | run: |
rm -f ./data.json.gpg rm -f ./data.json.gpg
gpg --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json gpg --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json
@@ -49,8 +50,10 @@ jobs:
ENC_JSON: ${{ secrets.ENC_JSON }} ENC_JSON: ${{ secrets.ENC_JSON }}
- name: Проверка - name: Проверка
if: success() || failure()
run: tree run: tree
- name: Отправка
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v5