fix GitHub CI syntax for checkout path
This commit is contained in:
parent
e299ebef7e
commit
eb2d11966f
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
with:
|
||||||
path: ~/Code/dotfiles
|
path: ~/Code/dotfiles
|
||||||
- name: Run bootstrap
|
- name: Run bootstrap
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user