Skip to content

Commit 1410ae9

Browse files
authored
fix: set --config hide_agent_reasoning=true in the GitHub Action (openai#1185)
Whoops, I had this flipped in openai#1183.
1 parent fccf5f3 commit 1410ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/codex/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
codex_args:
1616
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."
1717
required: false
18-
default: "--config hide_agent_reasoning=false --full-auto"
18+
default: "--config hide_agent_reasoning=true --full-auto"
1919
codex_home:
2020
description: "Value to use as the CODEX_HOME environment variable when running Codex."
2121
required: false

0 commit comments

Comments
 (0)