From 2507fd832b5dd3e66ce98ae9f9c480410ce06b45 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Thu, 2 May 2024 23:57:18 +0200 Subject: [PATCH] fix(ci-cd): Remove unnecessary `shell` attribute --- .github/actions/prepare-keystore/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/prepare-keystore/action.yml b/.github/actions/prepare-keystore/action.yml index 49864053..324c4291 100644 --- a/.github/actions/prepare-keystore/action.yml +++ b/.github/actions/prepare-keystore/action.yml @@ -22,7 +22,6 @@ runs: run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > ~/key.jks - name: Write Keystore properties 🗝️ - shell: bash run: | echo "storeFile=~/key.jks" > key.properties echo "storePassword=${{ inputs.signingStorePassword }}" >> key.properties