This commit is contained in:
Nathan Wagner 2026-03-09 19:36:25 +00:00 committed by GitHub
commit bf8b99a7c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
dist/setup/index.js vendored
View file

@ -40959,7 +40959,11 @@ function getManifestFromRepo(owner, repo, auth, branch = 'master') {
core.debug('Invalid json'); core.debug('Invalid json');
} }
} }
if (!releases.hasOwnProperty('documentation_url')){
return releases; return releases;
}else{
throw new Error ('github API rate limiting response in JSON format')
}
}); });
} }
exports.getManifestFromRepo = getManifestFromRepo; exports.getManifestFromRepo = getManifestFromRepo;