fix(actions): change default shell from bash to sh in runner
Some checks failed
/ validate (push) Failing after 8s
Some checks failed
/ validate (push) Failing after 8s
This commit is contained in:
parent
1202879644
commit
3e12c659a6
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: sh
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: apk add bash
|
run: apk add bash
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue