Skip to content

Commit 678a9d2

Browse files
committed
delete comment
1 parent f57220a commit 678a9d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/github-script/generate-wiki-page.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ async function getSourceBackstageVersion(octokit, repoUrl, commitSha, sourceData
228228
upstreamVersion = data.version || null;
229229
}
230230
} catch (error) {
231-
// Silently ignore 404 errors - upstream backstage.json is optional
232231
if (error.status !== 404) {
233232
core.warning(`Error fetching upstream backstage.json for ${repoUrl}@${commitSha}: ${error.message}`);
234233
}

0 commit comments

Comments
 (0)