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