From cdedffc456de936841e0dc2b1a37bcf1ad978919 Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:02:52 +0300 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index e4e25f9494..a9fb013670 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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 - name: Зашифровать данные обратно + if: success() || failure() run: | rm -f ./data.json.gpg gpg --symmetric --cipher-algo AES256 --passphrase="$ENC_JSON" data.json @@ -49,8 +50,10 @@ jobs: ENC_JSON: ${{ secrets.ENC_JSON }} - name: Проверка + if: success() || failure() run: tree - + + - name: Отправка - uses: stefanzweifel/git-auto-commit-action@v5