Add option to fetch tags even if fetch-depth > 0

This commit is contained in:
Robert Wieczoreck 2021-09-07 22:49:58 +02:00 committed by Robert Wieczoreck
parent 96f53100ba
commit b896fd2f38
9 changed files with 38 additions and 8 deletions

View file

@ -65,6 +65,9 @@ inputs:
fetch-depth:
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'
default: 1
fetch-tags:
description: 'Whether to fetch tags, even if fetch-depth > 0.'
default: false
lfs:
description: 'Whether to download Git-LFS files'
default: false