mirror of
https://github.com/actions/checkout.git
synced 2025-09-07 05:04:04 +07:00
add shallow-since
option
This commit is contained in:
@ -760,6 +760,7 @@ async function setup(testName: string): Promise<void> {
|
||||
clean: true,
|
||||
commit: '',
|
||||
fetchDepth: 1,
|
||||
shallowSince: '',
|
||||
lfs: false,
|
||||
submodules: false,
|
||||
nestedSubmodules: false,
|
||||
|
Reference in New Issue
Block a user