chore(CI): 在測試流程內輸出 Codex 結果

This commit is contained in:
2026-06-24 13:19:40 +00:00
parent c88b2a8c61
commit 70019a7442
+3 -9
View File
@@ -34,12 +34,6 @@ jobs:
with: with:
oauth: ${{ secrets.CODEX_OAUTH }} oauth: ${{ secrets.CODEX_OAUTH }}
model: gpt-5.4-mini model: gpt-5.4-mini
output: - name: 自我介紹
name: 輸出結果 if: ${{ steps.test.outputs.status == 'completed' }}
runs-on: ubuntu run: echo "${{ steps.test.outputs.output }}"
needs: [test]
steps:
- name: 輸出狀態
run: echo "${{ needs.test.outputs.status }}"
- name: 輸出內容
run: echo "${{ needs.test.outputs.output }}"