;ci: fix syntax (#1543)

This commit is contained in:
Simon Michael 2021-06-03 22:49:39 -10:00
parent d16cd267f9
commit 73de79d3d6
4 changed files with 8 additions and 4 deletions

View File

@ -82,7 +82,8 @@ jobs:
- name: Check out
uses: actions/checkout@v2
# have to fetch everything for git describe for --version
with: fetch-depth: 0
with:
fetch-depth: 0
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:

View File

@ -52,7 +52,8 @@ jobs:
- name: Check out
uses: actions/checkout@v2
# have to fetch everything for git describe for --version
with: fetch-depth: 0
with:
fetch-depth: 0
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:

View File

@ -47,7 +47,8 @@ jobs:
- name: Check out
uses: actions/checkout@v2
# have to fetch everything for git describe for --version
with: fetch-depth: 0
with:
fetch-depth: 0
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored:

View File

@ -42,7 +42,8 @@ jobs:
- name: Check out
uses: actions/checkout@v2
# have to fetch everything for git describe for --version
with: fetch-depth: 0
with:
fetch-depth: 0
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# things to be cached/restored: