mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-07 22:39:01 +08:00
Always print skip validation log
This commit is contained in:
parent
05b1692026
commit
d4e990d92f
@ -213,11 +213,7 @@ export class DownloadHttpClient {
|
||||
!received ||
|
||||
process.env['ACTIONS_ARTIFACT_SKIP_DOWNLOAD_VALIDATION']
|
||||
) {
|
||||
if (process.env['ACTIONS_ARTIFACT_SKIP_DOWNLOAD_VALIDATION']) {
|
||||
core.info(
|
||||
'Skipping download validation since environment variable is set'
|
||||
)
|
||||
}
|
||||
core.info('Skipping download validation.')
|
||||
return true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user