force using Code folder inside home dir

This commit is contained in:
MorganGeek 2020-06-29 18:36:16 +02:00
parent 410650677c
commit d02cd7d932

View File

@ -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}}