mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +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<{}> {
|
||||
|
||||
Reference in New Issue
Block a user