fix: set --config hide_agent_reasoning=true in the GitHub Action (#1185)

Whoops, I had this flipped in https://github.com/openai/codex/pull/1183.
This commit is contained in:
Michael Bolin
2025-05-30 23:57:05 -07:00
committed by GitHub
parent fccf5f3221
commit 1410ae95ca

View File

@@ -15,7 +15,7 @@ inputs:
codex_args:
description: "A whitespace-delimited list of arguments to pass to Codex. Due to limitations in YAML, arguments with spaces are not supported. For more complex configurations, use the `codex_home` input."
required: false
default: "--config hide_agent_reasoning=false --full-auto"
default: "--config hide_agent_reasoning=true --full-auto"
codex_home:
description: "Value to use as the CODEX_HOME environment variable when running Codex."
required: false