fix(codex): 為 codex exec 加上 --skip-git-repo-check 以略過 git repo 檢查
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ runs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
text="$(codex exec --model "$MODEL" "$PROMPT")"
|
||||
text="$(codex exec --skip-git-repo-check --model "$MODEL" "$PROMPT")"
|
||||
printf '%s\n' "$text"
|
||||
{
|
||||
echo 'text<<CODEX_OUTPUT'
|
||||
|
||||
Reference in New Issue
Block a user