From eb923b32902c52a467c2d69fbe65ffe9e137950e Mon Sep 17 00:00:00 2001 From: Craig Date: Sun, 19 Apr 2020 00:22:45 +0000 Subject: [PATCH] syntax fix --- .github/workflows/neko.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/neko.yml b/.github/workflows/neko.yml index c7cec5df..fdcf9ec4 100644 --- a/.github/workflows/neko.yml +++ b/.github/workflows/neko.yml @@ -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