From f033029822c9547e1efd26d788d8b81e42685207 Mon Sep 17 00:00:00 2001 From: Wei Date: Thu, 6 Nov 2025 21:01:02 +0800 Subject: [PATCH] ci: fix rstack-ecosystem-ci version --- .github/workflows/ecosystem-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index f13fa977a5..52d8b8a20b 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -43,7 +43,7 @@ jobs: if: github.repository == 'web-infra-dev/rsbuild' && github.event_name == 'workflow_dispatch' steps: - name: Trigger Ecosystem CI - uses: rspack-contrib/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@0.1.0 + uses: rspack-contrib/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@v0.1.0 with: github-token: ${{ secrets.REPO_RSBUILD_ECO_CI_GITHUB_TOKEN_NEXT }} ecosystem-owner: web-infra-dev @@ -58,7 +58,7 @@ jobs: if: github.repository == 'web-infra-dev/rsbuild' && github.event_name != 'workflow_dispatch' && needs.changes.outputs.changed == 'true' steps: - name: Trigger Ecosystem CI - uses: rspack-contrib/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@0.1.0 + uses: rspack-contrib/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@v0.1.0 with: github-token: ${{ secrets.REPO_RSBUILD_ECO_CI_GITHUB_TOKEN_NEXT }} ecosystem-owner: web-infra-dev