fix: move origin URL auth setup before git fetch in setupGit

This commit is contained in:
Colin McDonnell
2025-12-16 16:49:05 -08:00
parent 012397b3c4
commit db68424ffc
7 changed files with 8175 additions and 7254 deletions
+4 -1
View File
@@ -204,7 +204,10 @@ If you cannot complete a task due to missing information, ambiguity, or an unrec
************* USER PROMPT *************
${payload.prompt}
${payload.prompt
.split("\n")
.map((line) => `> ${line}`)
.join("\n")}
${
encodedEvent