1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-12-06 03:50:39 +00:00
This commit is contained in:
Parker Michel 2025-12-02 16:04:59 +01:00 committed by GitHub
commit 6d1fadd667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 57 additions and 5 deletions

View file

@ -74,6 +74,8 @@ inputs:
fetch-depth:
description: 'Number of commits to fetch. 0 indicates all history for all branches and tags.'
default: 1
shallow-since:
description: 'Date like `2days` or `1970-01-01`. Fetch a history after the specified time.'
fetch-tags:
description: 'Whether to fetch tags, even if fetch-depth > 0.'
default: false