From 9f3ad28f96e9dd21b0c79c5f70da68656e33d827 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 25 Aug 2026 21:15:41 +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/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b81324..52d18a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: cache: npm - name: Clone interscript-ts (file: dependency) 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 cd ../interscript-ts && npm ci && npm run build - name: Install dependencies run: npm ci diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 136db99..8dbd722 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: cache: npm - name: Clone interscript-ts (file: dependency) 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 cd ../interscript-ts && npm ci && npm run build - name: Install dependencies run: npm ci