From fd6cb7b386909dea68cba4a49858cde20fcdf868 Mon Sep 17 00:00:00 2001 From: Hsdi Date: Mon, 16 Mar 2026 02:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=AF=8F=E6=97=A5=E8=BF=BD?= =?UTF-8?q?=E8=B8=AA=E5=99=A8=E5=90=8C=E6=AD=A5=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=EF=BC=8C=E5=B0=86=E8=BF=90=E8=A1=8C=E7=8E=AF=E5=A2=83=E4=BB=8E?= =?UTF-8?q?=20docker-linux=20=E4=BF=AE=E6=94=B9=E4=B8=BA=20ubuntu-latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/daily-tracker-sync.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily-tracker-sync.yml b/.github/workflows/daily-tracker-sync.yml index 9f0f154..33f48c7 100644 --- a/.github/workflows/daily-tracker-sync.yml +++ b/.github/workflows/daily-tracker-sync.yml @@ -7,7 +7,10 @@ on: jobs: update-list: - runs-on: docker-linux # 你的 act_runner 标签 + runs-on: ubuntu-latest + container: + image: node:18-bullseye + options: --user node steps: - uses: actions/checkout@v4 with: