From 6f3a7a68641964876457c97fcc97a99d22c4c5f1 Mon Sep 17 00:00:00 2001 From: Craig Date: Sun, 19 Apr 2020 00:50:51 +0000 Subject: [PATCH] gh actions test --- .github/workflows/neko.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/neko.yml b/.github/workflows/neko.yml index fdcf9ec..283237c 100644 --- a/.github/workflows/neko.yml +++ b/.github/workflows/neko.yml @@ -12,8 +12,6 @@ jobs: steps: - name: Check out code uses: actions/checkout@v2 - with: - path: '/usr/bin/git' - name: Fetch unshallow run: git fetch --prune --tags --unshallow