mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 10:26:22 +02:00
syntax fix
This commit is contained in:
parent
f6cd7e7f68
commit
eb923b3290
1 changed files with 2 additions and 2 deletions
4
.github/workflows/neko.yml
vendored
4
.github/workflows/neko.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue