refactor(codex): remove default prompt from inputs in action.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user