You've already forked OpenIntegrations
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:
3
.github/workflows/blank.yml
vendored
3
.github/workflows/blank.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user