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:
- uses: actions/checkout@master
with:
path: ./Code/dotfiles
path: $HOME/Code/dotfiles
- name: Run bootstrap
shell: bash
run: |
./Code/dotfiles/dot_scripts/bootstrap.sh
$HOME/Code/dotfiles/dot_scripts/bootstrap.sh
env:
REPO: ${{github.workspace}}
DOTFILES_REF: ${{github.sha}}