Sync public tree to b67d2a6

This commit is contained in:
Michel Paulissen 2026-07-04 17:37:07 +02:00
parent 21f21fa8b6
commit 1d72f20cce
7 changed files with 466 additions and 6 deletions

View file

@ -161,8 +161,9 @@ assert.strictEqual(
true,
"filtered public tree must be pushed to Forgejo"
);
const resolvedPublicRepoRemote = publicRepoRemote(manifest);
assertIncludes(
publicRepoRemote(manifest),
resolvedPublicRepoRemote,
forgejoHost,
"manifest public repository must point at Forgejo"
);
@ -412,7 +413,7 @@ const finalReport = {
},
},
forgejo_host: forgejoHost,
public_repository_url: manifest.public_repo_url,
public_repository_url: resolvedPublicRepoRemote,
forgejo_release: {
owner: forgejoRelease.owner,
repo: forgejoRelease.repo,