Skip to content

Commit da7c187

Browse files
committed
fix(workflows): update Codex CLI command to use exec subcommand
- Replaced `--full-auto` with `exec` in the Codex CLI command. - Ensures compatibility with the updated Codex CLI syntax for executing instructions.
1 parent 050defd commit da7c187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git checkout -b $BRANCH_NAME
5757
5858
# Use the configured GitHub Models provider
59-
codex --full-auto "$INSTRUCTION"
59+
codex exec "$INSTRUCTION"
6060
6161
if [[ -n $(git status --porcelain) ]]; then
6262
git config user.name "GitHub Models Codex Bot"

0 commit comments

Comments
 (0)