3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-07-27 16:37:57 +00:00

add shallow-since option

This commit is contained in:
satotake 2021-10-20 23:56:37 +09:00
parent 3d677ac575
commit b0b939aaa5
8 changed files with 52 additions and 9 deletions

View file

@ -34,6 +34,11 @@ export interface IGitSourceSettings {
*/
fetchDepth: number
/**
* The date which a history after is fetched
*/
shallowSince: string
/**
* Indicates whether to fetch LFS objects
*/