Adding fetch tags even when fetch depth is greater than 0

This commit is contained in:
Dhruvil Thakkar 2023-04-25 09:10:53 +01:00
parent f095bcc56b
commit a1ab6b9f77
9 changed files with 1328 additions and 1305 deletions

View file

@ -56,6 +56,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