mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
syntax fix
This commit is contained in:
parent
f6cd7e7f68
commit
eb923b3290
4
.github/workflows/neko.yml
vendored
4
.github/workflows/neko.yml
vendored
@ -12,8 +12,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: '/usr/bin/git'
|
path: '/usr/bin/git'
|
||||||
|
|
||||||
- name: Fetch unshallow
|
- name: Fetch unshallow
|
||||||
run: git fetch --prune --tags --unshallow
|
run: git fetch --prune --tags --unshallow
|
||||||
|
Loading…
Reference in New Issue
Block a user