force using Code folder inside home dir
This commit is contained in:
parent
410650677c
commit
d02cd7d932
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@ -8,11 +8,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
path: $HOME/Code/dotfiles
|
path: Code
|
||||||
|
- name: Mimic
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
ln -snf Code ~/Code
|
||||||
- name: Run bootstrap
|
- name: Run bootstrap
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
$HOME/Code/dotfiles/dot_scripts/bootstrap.sh
|
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