ci: use bash shell

This commit is contained in:
goaaats 2021-04-10 03:40:13 +02:00 committed by GitHub
parent 219ff1e043
commit ad0618deed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ jobs:
}
- name: Commit changes
shell: bash
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"