fix(setup-codex): 將 codex PATH 設定移至 action 以 GITHUB_PATH 供後續步驟使用
This commit is contained in:
+3
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user