From 70019a74420ccc7f377ebd4c7aa153eebe401c8f Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 24 Jun 2026 13:19:40 +0000 Subject: [PATCH] =?UTF-8?q?chore(CI):=20=E5=9C=A8=E6=B8=AC=E8=A9=A6?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=85=A7=E8=BC=B8=E5=87=BA=20Codex=20?= =?UTF-8?q?=E7=B5=90=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4f390b7..b2ef237 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 }}"