fix: always resolve Gitea run ID via API when in Gitea mode
This commit is contained in:
parent
8bbd3ab4ec
commit
2008050d0a
@ -78,8 +78,8 @@ export async function setupGiteaRunId(
|
|||||||
owner: string,
|
owner: string,
|
||||||
repo: string,
|
repo: string,
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
// Only proceed if we're in Gitea and don't already have a run ID
|
// Only proceed if we're in Gitea mode
|
||||||
if (!USE_GITEA_API || process.env.GITHUB_RUN_ID) {
|
if (!USE_GITEA_API) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user