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