mirror of https://github.com/actions/toolkit
Linter fixes
parent
df166709a3
commit
c1fb081674
|
@ -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…
Reference in New Issue