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
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
path: ~/Code/dotfiles
|
||||
- name: Run bootstrap
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user