From 73de79d3d6d0a68e0355e8569dfbb9170e5917ba Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 3 Jun 2021 22:49:39 -1000 Subject: [PATCH] ;ci: fix syntax (#1543) --- .github/workflows/linux.yml | 3 ++- .github/workflows/mac.yml | 3 ++- .github/workflows/push.yml | 3 ++- .github/workflows/windows.yml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 07a7dc60a..c2eecfde8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index fea6c75d2..c3fd9f10d 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4a7858d9f..ad36c2846 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7ea1a1c24..6aecaabe3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: