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:
parent
62413b94c5
commit
5f6d072a69
1 changed files with 1 additions and 0 deletions
1
.github/workflows/config.yml
vendored
1
.github/workflows/config.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue