From e4fc162b55f09a87b5d329dcaeca77d19f2f2e6d Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 29 Jun 2026 12:17:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(codex):=20=E7=82=BA=20codex=20exec=20?= =?UTF-8?q?=E5=8A=A0=E4=B8=8A=20--skip-git-repo-check=20=E4=BB=A5=E7=95=A5?= =?UTF-8?q?=E9=81=8E=20git=20repo=20=E6=AA=A2=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 457fc47..4a75eaf 100644 --- a/action.yml +++ b/action.yml @@ -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<