處理 AI review findings 並改寫 Node.js entrypoint #1

Merged
jiantw83 merged 58 commits from ai-review-resolve/20260624102518 into develop 2026-06-24 14:09:27 +00:00
Showing only changes of commit 70019a7442 - Show all commits
+3 -9
View File
@@ -34,12 +34,6 @@ jobs:
with:
oauth: ${{ secrets.CODEX_OAUTH }}
model: gpt-5.4-mini
output:
name: 輸出結果
runs-on: ubuntu
needs: [test]
steps:
- name: 輸出狀態
run: echo "${{ needs.test.outputs.status }}"
- name: 輸出內容
run: echo "${{ needs.test.outputs.output }}"
- name: 自我介紹
if: ${{ steps.test.outputs.status == 'completed' }}
run: echo "${{ steps.test.outputs.output }}"