mirror of https://github.com/actions/toolkit
chore: add debug logging of os version check in find manifest
parent
3e2837ddce
commit
cbee98ec75
|
@ -88,6 +88,9 @@ export async function _findMatch(
|
|||
if (chk && item.platform_version) {
|
||||
const osVersion = module.exports._getOsVersion()
|
||||
|
||||
debug(
|
||||
`${osVersion}===${item.platform_version}`
|
||||
)
|
||||
if (osVersion === item.platform_version) {
|
||||
chk = true
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue