force using $HOME folder as base dir

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

View File

@ -8,11 +8,11 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
with: with:
path: ./Code/dotfiles path: $HOME/Code/dotfiles
- name: Run bootstrap - name: Run bootstrap
shell: bash shell: bash
run: | run: |
./Code/dotfiles/dot_scripts/bootstrap.sh $HOME/Code/dotfiles/dot_scripts/bootstrap.sh
env: env:
REPO: ${{github.workspace}} REPO: ${{github.workspace}}
DOTFILES_REF: ${{github.sha}} DOTFILES_REF: ${{github.sha}}