fix(setup-codex): 將 codex PATH 設定移至 action 以 GITHUB_PATH 供後續步驟使用
CI / 1. BUILD (pull_request) Successful in 51s
CI / 2. TEST (pull_request) Successful in 9s
CI / 3. RESULT (pull_request) Successful in 12s

This commit is contained in:
Jeffery
2026-07-01 16:45:13 +08:00
parent 63584b3508
commit 1d5d5d8a67
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ runs:
- name: Setup Codex
env:
CODEX_NON_INTERACTIVE: 1
run: curl -fsSL https://chatgpt.com/codex/install.sh | sh
run: |
curl -fsSL https://chatgpt.com/codex/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
shell: bash
- name: Login Codex with OAuth
env: