From f20c284b3d43faa1f9e75a8508e21a4189d9c0e3 Mon Sep 17 00:00:00 2001 From: Anton Titovets <105596284+Bayselonarrend@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:24:15 +0300 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 121aa8fdf2..e1d9913884 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -44,7 +44,7 @@ jobs: if: success() || failure() run: | 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 rm -f ./data.json env: ENC_JSON: ${{ secrets.ENC_JSON }}