syntax fix

This commit is contained in:
Craig 2020-04-19 00:22:45 +00:00
parent f6cd7e7f68
commit eb923b3290

View File

@ -12,8 +12,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
with:
path: '/usr/bin/git'
with:
path: '/usr/bin/git'
- name: Fetch unshallow
run: git fetch --prune --tags --unshallow