fix: move origin URL auth setup before git fetch in setupGit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user