處理 AI review findings 並改寫 Node.js entrypoint #2
@@ -34,6 +34,6 @@ jobs:
|
||||
with:
|
||||
oauth: ${{ secrets.CODEX_OAUTH }}
|
||||
model: gpt-5.4-mini
|
||||
- name: 自我介紹
|
||||
if: ${{ steps.test.outputs.status == 'completed' }}
|
||||
run: echo "${{ steps.test.outputs.output }}"
|
||||
- name: 測試失敗
|
||||
if: ${{ steps.test.outputs.status != 'completed' }}
|
||||
run: exit 1
|
||||
|
||||
Reference in New Issue
Block a user