check failures fix

This commit is contained in:
Aparna Jyothi
2025-02-18 11:52:21 +05:30
parent d2ec999123
commit dbe66977db
5 changed files with 20 additions and 297 deletions

3
dist/setup/index.js vendored
View File

@@ -100935,7 +100935,8 @@ function getToolVersion(tool, options) {
}
return stdout.trim();
}
catch (err) {
catch (error) {
core.warning(`An error occurred: ${error.message}`);
return '';
}
});