From 874ff3d5710f23ee911ea0575b78a02f39d3b94c Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 24 Jun 2026 10:55:17 +0000 Subject: [PATCH] =?UTF-8?q?chore(CI):=20=E7=B0=A1=E5=8C=96=20Codex=20?= =?UTF-8?q?=E8=BC=B8=E5=87=BA=E9=A1=AF=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2ebd8f0..4f390b7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -40,11 +40,6 @@ jobs: needs: [test] steps: - name: 輸出狀態 - env: - CODEX_STATUS: ${{ needs.test.outputs.status }} - run: printf 'status: %s\n' "$CODEX_STATUS" + run: echo "${{ needs.test.outputs.status }}" - name: 輸出內容 - env: - CODEX_OUTPUT: ${{ needs.test.outputs.output }} - run: | - printf 'output:\n%s\n' "$CODEX_OUTPUT" + run: echo "${{ needs.test.outputs.output }}"