fix git checkout path
This commit is contained in:
parent
eb2d11966f
commit
adf6be522b
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -8,11 +8,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
path: ~/Code/dotfiles
|
||||
path: ./Code/dotfiles
|
||||
- name: Run bootstrap
|
||||
shell: bash
|
||||
run: |
|
||||
~/Code/dotfiles/dot_scripts/bootstrap.sh
|
||||
./Code/dotfiles/dot_scripts/bootstrap.sh
|
||||
env:
|
||||
REPO: ${{github.workspace}}
|
||||
DOTFILES_REF: ${{github.sha}}
|
||||
|
Loading…
Reference in New Issue
Block a user