Merge ae66cc3fdf9e31fb9f188fda02d9f9d89390a9f6 into c8813ba1bc76ebf779b911ad8ffccbf2e449cb48

This commit is contained in:
Nathan Wagner 2026-04-20 12:53:41 +00:00 committed by GitHub
commit 9db89bddc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
dist/setup/index.js vendored
View File

@ -10482,7 +10482,11 @@ function getManifestFromRepo(owner_1, repo_1, auth_1) {
core.debug('Invalid json');
}
}
return releases;
if (!releases.hasOwnProperty('documentation_url')){
return releases;
}else{
throw new Error ('github API rate limiting response in JSON format')
}
});
}
function findFromManifest(versionSpec_1, stable_1, manifest_1) {