Use fetch-depth 0 for the nightly-check checkout

actions/checkout doesn't fetch tags by default, so we have no way of knowing if HEAD points at the latest 'nightly' tag.
master
Daniel Kamil Kozar 2021-02-10 08:52:18 +01:00 committed by GitHub
parent 4098d03067
commit de28c9e694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2
name: checkout
with:
fetch-depth: 0
- name: nightly-check
id: check