mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 06:32:56 +08:00
run prettier
This commit is contained in:
parent
1f087496ca
commit
46174ed573
5
packages/cache/src/cache.ts
vendored
5
packages/cache/src/cache.ts
vendored
@ -518,7 +518,10 @@ async function saveCacheV2(
|
||||
}
|
||||
|
||||
core.debug(`Attempting to upload cache located at: ${archivePath}`)
|
||||
const uploadResponse = await uploadCacheFile(response.signedUploadUrl, archivePath)
|
||||
const uploadResponse = await uploadCacheFile(
|
||||
response.signedUploadUrl,
|
||||
archivePath
|
||||
)
|
||||
core.debug(`Download response status: ${uploadResponse._response.status}`)
|
||||
|
||||
const finalizeRequest: FinalizeCacheEntryUploadRequest = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user