fix: support gitea git remote uploads

This commit is contained in:
Tom Boullay
2026-05-15 01:08:44 +02:00
parent 23253c2277
commit f53f606daa
10 changed files with 258 additions and 76 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ export function useUploadOrchestrator({
stagingIdRef.current = staged.stagingId
const endCheckLog = startTimedLog('Verification', 'GitHub diff', {
const endCheckLog = startTimedLog('Verification', 'Git diff', {
folderName: folder.folderName,
stagingId: staged.stagingId,
})