mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
fix test oversight
This commit is contained in:
parent
7e6f3d7a1e
commit
299846e624
1 changed files with 1 additions and 0 deletions
|
@ -802,6 +802,7 @@ async function setup(testName: string): Promise<void> {
|
||||||
authToken: 'some auth token',
|
authToken: 'some auth token',
|
||||||
clean: true,
|
clean: true,
|
||||||
commit: '',
|
commit: '',
|
||||||
|
filter: undefined,
|
||||||
sparseCheckout: [],
|
sparseCheckout: [],
|
||||||
sparseCheckoutConeMode: true,
|
sparseCheckoutConeMode: true,
|
||||||
fetchDepth: 1,
|
fetchDepth: 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue