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:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
path: ~/Code/dotfiles
|
path: ./Code/dotfiles
|
||||||
- name: Run bootstrap
|
- name: Run bootstrap
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
~/Code/dotfiles/dot_scripts/bootstrap.sh
|
./Code/dotfiles/dot_scripts/bootstrap.sh
|
||||||
env:
|
env:
|
||||||
REPO: ${{github.workspace}}
|
REPO: ${{github.workspace}}
|
||||||
DOTFILES_REF: ${{github.sha}}
|
DOTFILES_REF: ${{github.sha}}
|
||||||
|
Loading…
Reference in New Issue
Block a user