feat(codex): 新增 Codex CLI composite action #1

Merged
admin merged 15 commits from ai-review-resolve/develop-20260629-115924 into develop 2026-06-29 06:17:23 +00:00
Showing only changes of commit e4fc162b55 - Show all commits
+1 -1
View File
@@ -38,7 +38,7 @@ runs:
exit 1 exit 1
fi fi
text="$(codex exec --model "$MODEL" "$PROMPT")" text="$(codex exec --skip-git-repo-check --model "$MODEL" "$PROMPT")"
printf '%s\n' "$text" printf '%s\n' "$text"
{ {
echo 'text<<CODEX_OUTPUT' echo 'text<<CODEX_OUTPUT'