mirror of
https://github.com/actions/toolkit.git
synced 2026-08-17 00:00:22 +02:00
adding more logging
This commit is contained in:
@@ -63,6 +63,7 @@ export async function uploadZipToBlobStorage(
|
|||||||
maxConcurrency,
|
maxConcurrency,
|
||||||
options
|
options
|
||||||
)
|
)
|
||||||
|
core.info('Even more beginning upload of artifact content to blob storage')
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (NetworkError.isNetworkErrorCode(error?.code)) {
|
if (NetworkError.isNetworkErrorCode(error?.code)) {
|
||||||
throw new NetworkError(error?.code)
|
throw new NetworkError(error?.code)
|
||||||
|
|||||||
Reference in New Issue
Block a user