force using $HOME folder as base dir
This commit is contained in:
parent
adf6be522b
commit
410650677c
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: $HOME/Code/dotfiles
|
||||
- name: Run bootstrap
|
||||
shell: bash
|
||||
run: |
|
||||
./Code/dotfiles/dot_scripts/bootstrap.sh
|
||||
$HOME/Code/dotfiles/dot_scripts/bootstrap.sh
|
||||
env:
|
||||
REPO: ${{github.workspace}}
|
||||
DOTFILES_REF: ${{github.sha}}
|
||||
|
Loading…
Reference in New Issue
Block a user