Add fetch-depth: 0 for checkout action

fetch full history
master
SX 2020-12-07 10:55:35 +02:00 committed by GitHub
parent ee91714da4
commit dfbea682ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: test