mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-04 02:42:55 +08:00
Linter fixes
This commit is contained in:
parent
df166709a3
commit
c1fb081674
3
packages/cache/src/internal/uploadUtils.ts
vendored
3
packages/cache/src/internal/uploadUtils.ts
vendored
@ -7,8 +7,7 @@ import {
|
|||||||
} from '@azure/storage-blob'
|
} from '@azure/storage-blob'
|
||||||
import {InvalidResponseError} from './shared/errors'
|
import {InvalidResponseError} from './shared/errors'
|
||||||
|
|
||||||
export async function uploadCacheArchiveSDK
|
export async function uploadCacheArchiveSDK(
|
||||||
(
|
|
||||||
signedUploadURL: string,
|
signedUploadURL: string,
|
||||||
archivePath: string
|
archivePath: string
|
||||||
): Promise<BlobUploadCommonResponse> {
|
): Promise<BlobUploadCommonResponse> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user