From b09237647627ec0a76213446985ec510186fcfc1 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 29 Jun 2026 06:12:07 +0000 Subject: [PATCH] refactor(codex): remove default prompt from inputs in action.yml --- .gitea/workflows/ci.yaml | 1 - action.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5c8b55f..95aa463 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 diff --git a/action.yml b/action.yml index 4a2de65..ef029ee 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,6 @@ inputs: prompt: description: '傳給 Codex CLI 的提示詞' required: false - default: "請自我介紹" oauth: description: 'base64 編碼的 Codex OAuth token 檔案內容' required: true