mirror of
https://github.com/actions/toolkit.git
synced 2026-08-19 00:00:17 +02:00
add blob client property check
This commit is contained in:
@@ -60,6 +60,8 @@ export async function uploadZipToBlobStorage(
|
||||
core.info(`is the upload stream readable? ${uploadStream.readable}`)
|
||||
core.info(`is the upload stream writable? ${uploadStream.writable}`)
|
||||
core.info(`are we exceeding the max concurrency? ${maxConcurrency}`)
|
||||
// is the blob client ready?
|
||||
core.info(`blob client props: ${blockBlobClient.url}`)
|
||||
try {
|
||||
core.info(
|
||||
'1 Even more beginning upload of artifact content to blob storage'
|
||||
|
||||
Reference in New Issue
Block a user