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<