fix git checkout path

This commit is contained in:
MorganGeek 2020-06-29 18:07:39 +02:00
parent eb2d11966f
commit adf6be522b

View File

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