Skip to content

Commit 6cc8f0c

Browse files
committed
fix missing shell
1 parent abff7c3 commit 6cc8f0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup-kubectl-and-helm/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ runs:
2727
mkdir -p ~/.kube
2828
echo "${{ inputs.kubeconfig }}" > ~/.kube/config
2929
chmod 600 ~/.kube/config
30+
shell: bash
3031

3132
- name: Setup Helm
3233
uses: azure/setup-helm@v4

0 commit comments

Comments
 (0)