fix GitHub CI syntax for checkout path

This commit is contained in:
MorganGeek 2020-06-29 18:05:51 +02:00
parent e299ebef7e
commit eb2d11966f

View File

@ -7,7 +7,8 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
path: ~/Code/dotfiles with:
path: ~/Code/dotfiles
- name: Run bootstrap - name: Run bootstrap
shell: bash shell: bash
run: | run: |