Stop fetching version information from github APIs

This commit is contained in:
Zsolt Dollenstein
2026-01-22 11:22:17 +00:00
parent 450788bda3
commit 71191068af
4 changed files with 19 additions and 4417 deletions

View File

@@ -32529,7 +32529,7 @@ async function getManifestEntries(manifestUrl) {
data = await response.text();
}
else {
core.debug("Reading manifest from local bundled file.");
core.info("manifest-file not provided, reading from local file.");
const fileContent = await node_fs_1.promises.readFile(localManifestFile);
data = fileContent.toString();
}