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 }}