From f67879449b45e4fb3478c00a3962c77e1caa0ffd Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Fri, 3 May 2024 00:03:03 +0200 Subject: [PATCH] fix(ci-cd): Use bash as shell --- .github/actions/prepare-keystore/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/prepare-keystore/action.yml b/.github/actions/prepare-keystore/action.yml index 49864053..430aa17c 100644 --- a/.github/actions/prepare-keystore/action.yml +++ b/.github/actions/prepare-keystore/action.yml @@ -19,6 +19,7 @@ runs: using: composite steps: - name: Write Keystore file 🗄️ + shell: bash run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > ~/key.jks - name: Write Keystore properties 🗝️