mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:22:57 +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}`)
|
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}`)
|
core.debug(`Download response status: ${uploadResponse._response.status}`)
|
||||||
|
|
||||||
const finalizeRequest: FinalizeCacheEntryUploadRequest = {
|
const finalizeRequest: FinalizeCacheEntryUploadRequest = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user