From 904d2b4bb0e405f11aed3162a10a77499cc54c43 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 25 Aug 2026 21:15:57 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20interscript-ts=20port=20is=20on=20main=20?= =?UTF-8?q?=E2=80=94=20clone=20main=20instead=20of=20the=20port=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd5e9be..eea1765 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v7 - name: Checkout interscript-ts run: | - git clone --depth=1 --branch feat/imf-runtime-ts https://github.com/interscript/interscript-ts.git ../interscript-ts + git clone --depth=1 --branch main https://github.com/interscript/interscript-ts.git ../interscript-ts - uses: actions/setup-node@v7 with: node-version: "22"