mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-02 08:53:17 +08:00
Always print skip validation log
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user