force using Code folder inside home dir
This commit is contained in:
parent
d02cd7d932
commit
57cae533b4
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -13,10 +13,11 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ln -snf Code ~/Code
|
ln -snf Code ~/Code
|
||||||
|
echo ~/Code
|
||||||
- name: Run bootstrap
|
- name: Run bootstrap
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
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