force using Code folder inside home dir

This commit is contained in:
MorganGeek 2020-06-29 18:38:51 +02:00
parent d02cd7d932
commit 57cae533b4

View File

@ -13,10 +13,11 @@ jobs:
shell: bash
run: |
ln -snf Code ~/Code
echo ~/Code
- name: Run bootstrap
shell: bash
run: |
dot_scripts/bootstrap.sh
~/Code/dotfiles/dot_scripts/bootstrap.sh
env:
REPO: ${{github.workspace}}
DOTFILES_REF: ${{github.sha}}