docs(codex): 補齊 function docstring 與指令檔註解並重建 README #4

Merged
admin merged 18 commits from develop into master 2026-06-29 07:09:22 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit b092376476 - Show all commits
-1
View File
@@ -29,7 +29,6 @@ jobs:
uses: https://gitea.jsc.idv.tw/composite-actions/codex@v${{ needs.release-tag-version.outputs.version }} uses: https://gitea.jsc.idv.tw/composite-actions/codex@v${{ needs.release-tag-version.outputs.version }}
with: with:
oauth: ${{ secrets.CODEX_OAUTH }} oauth: ${{ secrets.CODEX_OAUTH }}
prompt: "請自我介紹"
- name: 檢查輸出 - name: 檢查輸出
if: ${{ steps.codex.outputs.text != vars.CODEX_EMAIL }} if: ${{ steps.codex.outputs.text != vars.CODEX_EMAIL }}
run: exit 1 run: exit 1
-1
View File
@@ -5,7 +5,6 @@ inputs:
prompt: prompt:
description: '傳給 Codex CLI 的提示詞' description: '傳給 Codex CLI 的提示詞'
required: false required: false
default: "請自我介紹"
oauth: oauth:
description: 'base64 編碼的 Codex OAuth token 檔案內容' description: 'base64 編碼的 Codex OAuth token 檔案內容'
required: true required: true