mirror of
https://github.com/actions/toolkit.git
synced 2026-08-18 00:00:19 +02:00
Add isGhes gate and refactor to clean up circular dependencies
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import {
|
||||
BlobDownloadOptions
|
||||
} from '@azure/storage-blob'
|
||||
|
||||
export async function DownloadCacheFile(
|
||||
export async function downloadCacheFile(
|
||||
signedUploadURL: string,
|
||||
archivePath: string
|
||||
): Promise<{}> {
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import {
|
||||
BlockBlobParallelUploadOptions
|
||||
} from '@azure/storage-blob'
|
||||
|
||||
export async function UploadCacheFile(
|
||||
export async function uploadCacheFile(
|
||||
signedUploadURL: string,
|
||||
archivePath: string
|
||||
): Promise<{}> {
|
||||
|
||||
Reference in New Issue
Block a user