mirror of
https://github.com/actions/toolkit.git
synced 2026-09-03 00:00:07 +02:00
Linter fixes
This commit is contained in:
+1
-2
@@ -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> {
|
||||||
|
|||||||
Reference in New Issue
Block a user