Skip to content

Commit f678794

Browse files
authored
fix(ci-cd): Use bash as shell
1 parent 0d318fd commit f678794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/prepare-keystore/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ runs:
1919
using: composite
2020
steps:
2121
- name: Write Keystore file 🗄️
22+
shell: bash
2223
run: echo "${{ inputs.keyStoreBase64 }}" | base64 -d > ~/key.jks
2324

2425
- name: Write Keystore properties 🗝️

0 commit comments

Comments
 (0)