mirror of
https://kkgithub.com/actions/cache.git
synced 2025-11-05 21:21:49 +08:00
Adds input for upload chunk size
This commit is contained in:
@ -26,4 +26,5 @@ export function clearInputs(): void {
|
||||
delete process.env[getInputName(Inputs.Path)];
|
||||
delete process.env[getInputName(Inputs.Key)];
|
||||
delete process.env[getInputName(Inputs.RestoreKeys)];
|
||||
delete process.env[getInputName(Inputs.UploadChunkSize)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user