mirror of https://github.com/actions/toolkit
Linter fixes
parent
df166709a3
commit
c1fb081674
|
@ -7,8 +7,7 @@ import {
|
|||
} from '@azure/storage-blob'
|
||||
import {InvalidResponseError} from './shared/errors'
|
||||
|
||||
export async function uploadCacheArchiveSDK
|
||||
(
|
||||
export async function uploadCacheArchiveSDK(
|
||||
signedUploadURL: string,
|
||||
archivePath: string
|
||||
): Promise<BlobUploadCommonResponse> {
|
||||
|
|
Loading…
Reference in New Issue