chore(ci): 改用 codex composite action 安裝 AI 工具
This commit is contained in:
@@ -47,9 +47,9 @@ jobs:
|
|||||||
- name: 取得程式碼
|
- name: 取得程式碼
|
||||||
uses: actions/checkout@${{ vars.ACTION_CHECKOUT_VERSION }}
|
uses: actions/checkout@${{ vars.ACTION_CHECKOUT_VERSION }}
|
||||||
- name: 安裝 AI 工具
|
- name: 安裝 AI 工具
|
||||||
uses: https://gitea.jsc.idv.tw/composite-actions/antigravity@${{ vars.ACTION_ANTIGRAVITY_VERSION }}
|
uses: https://gitea.jsc.idv.tw/composite-actions/codex@${{ vars.ACTION_CODEX_VERSION }}
|
||||||
with:
|
with:
|
||||||
oauth: ${{ secrets.ANTIGRAVITY_OAUTH }}
|
oauth: ${{ secrets.CODEX_OAUTH }}
|
||||||
- name: 檢查 AI 助理 CLI
|
- name: 檢查 AI 助理 CLI
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user