From a55a15659b3cf11921b3bcf33c18928fe40e62c4 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 28 Oct 2025 14:11:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/reply-bots.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reply-bots.yml b/.github/workflows/reply-bots.yml index e7b38bcf9..3027227f3 100644 --- a/.github/workflows/reply-bots.yml +++ b/.github/workflows/reply-bots.yml @@ -19,10 +19,10 @@ jobs: cache: "npm" - name: Install dependencies - run: npm install --no-save @openai/agents ts-node typescript + run: npm install --no-save @openai/agents tsx typescript - name: Run reply bot env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} OPENISLE_TOKEN: ${{ secrets.OPENISLE_TOKEN }} - run: npx ts-node --esm bots/reply_bots.ts + run: npx tsx bots/reply_bots.ts