From df2b2759f348894ccf85efa3381dabe4af8b419f Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 1 Jul 2026 15:11:10 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20Execute=20=E9=9A=8E=E6=AE=B5?= =?UTF-8?q?=E5=91=BC=E5=8F=AB=20codex=20=E8=87=AA=E6=88=91=E4=BB=8B?= =?UTF-8?q?=E7=B4=B9=E4=B8=A6=E8=BC=B8=E5=87=BA=E8=87=B3=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 78b70a9..02ac9ef 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: name: 1. BUILD runs-on: ubuntu outputs: - message: ${{ steps.build.outputs.message }} + message: ${{ steps.execute.outputs.message }} steps: - name: Source Code checkout uses: actions/checkout@${{ vars.ACTION_CHECKOUT_VERSION }} @@ -17,7 +17,14 @@ jobs: uses: ./ - name: Execute id: execute - run: echo "do something..." + shell: bash + run: | + MESSAGE=$(codex exec "請你進行自我介紹" 2>/dev/null) + { + echo "message<> "$GITHUB_OUTPUT" test: name: 2. TEST runs-on: ubuntu