1
0
Fork 0

Set BASH shell in Config Heavy's commit-check

The commit-check step run a bash script however its `shell:`
directive was unset, meaning that under Windows the script
would be executed by PowerShell. This commit fixes this by
explicitly setting `shell: bash`.
This commit is contained in:
krcroft 2020-01-14 09:30:00 -08:00 committed by Patryk Obara
parent 62413b94c5
commit 5f6d072a69

View file

@ -43,6 +43,7 @@ jobs:
- name: Check repo for commits
id: repo-meta
shell: bash
run: 'echo ::set-output name=has-commits::$(./scripts/has-commits-since.sh "24 hours ago")'
- name: Get Date