Skip to content

Commit

Permalink
fix(ci-cd): Use bash as shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 authored May 2, 2024
1 parent 0d318fd commit f678794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/prepare-keystore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🗝️
Expand Down

0 comments on commit f678794

Please sign in to comment.