refactor(codex): remove default prompt from inputs in action.yml
CI / Release Tag Version (pull_request) Successful in 4s
CI / Codex (pull_request) Successful in 14s

This commit is contained in:
2026-06-29 06:12:07 +00:00
parent 0c8b0ad511
commit b092376476
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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