mirror of
https://git.mirrors.martin98.com/https://github.com/actions/cache
synced 2026-04-06 18:03:24 +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