mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
;ci: fix syntax (#1543)
This commit is contained in:
parent
d16cd267f9
commit
73de79d3d6
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/mac.yml
vendored
3
.github/workflows/mac.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -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:
|
||||
|
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user