fix(codex): 為 codex exec 加上 --skip-git-repo-check 以略過 git repo 檢查
CI / Release Tag Version (pull_request) Successful in 4s
CI / Codex (pull_request) Failing after 31s

This commit is contained in:
Jeffery
2026-06-29 12:17:04 +08:00
parent 5a21b30e9c
commit e4fc162b55
+1 -1
View File
@@ -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'