From a192aa39d10e7e6bdaf547471ea39287a29cfeba Mon Sep 17 00:00:00 2001 From: Danny Kim Date: Thu, 9 Jul 2026 09:35:34 +0900 Subject: [PATCH] Put comments properly --- scripts/run-codex.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/run-codex.sh b/scripts/run-codex.sh index 95f4b55..36deabd 100644 --- a/scripts/run-codex.sh +++ b/scripts/run-codex.sh @@ -37,6 +37,7 @@ FINAL_PROMPT="$(envsubst < "${ACTION_PATH}/scripts/prompt.md")" codex exec \ --dangerously-bypass-approvals-and-sandbox \ - "${FINAL_PROMPT}" > "${COMMENT_FILE}" 2>&1 + --output-last-message "${COMMENT_FILE}" \ + "${FINAL_PROMPT}" post_comment