docs(codex): 補齊 function docstring 與指令檔註解並重建 README #4
@@ -29,7 +29,6 @@ jobs:
|
||||
uses: https://gitea.jsc.idv.tw/composite-actions/codex@v${{ needs.release-tag-version.outputs.version }}
|
||||
with:
|
||||
oauth: ${{ secrets.CODEX_OAUTH }}
|
||||
prompt: "請自我介紹"
|
||||
- name: 檢查輸出
|
||||
if: ${{ steps.codex.outputs.text != vars.CODEX_EMAIL }}
|
||||
run: exit 1
|
||||
|
||||
@@ -5,7 +5,6 @@ inputs:
|
||||
prompt:
|
||||
description: '傳給 Codex CLI 的提示詞'
|
||||
required: false
|
||||
default: "請自我介紹"
|
||||
oauth:
|
||||
description: 'base64 編碼的 Codex OAuth token 檔案內容'
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user