This should fix the workflow
This commit is contained in:
parent
732fe2e611
commit
60bbd54910
1 changed files with 2 additions and 1 deletions
|
@ -3,4 +3,5 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- shell: sh
|
||||||
|
run: echo using sh here
|
||||||
|
|
Loading…
Add table
Reference in a new issue