From d897a6a6f58088fb946b280b390b78b09f1cf9a4 Mon Sep 17 00:00:00 2001 From: 9aoy Date: Tue, 15 Oct 2024 10:57:08 +0800 Subject: [PATCH] chore: should update eco-ci result in comment (#3722) --- .github/workflows/ecosystem-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 8947cefcd..c11fdf122 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -24,7 +24,7 @@ jobs: workflow_file_name: "ecosystem-ci-from-commit.yml" github_token: ${{ secrets.REPO_SCOPED_TOKEN }} ref: "main" - client_payload: '{"commitSHA":"${{ github.sha }}","repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}' + client_payload: '{"commitSHA":"${{ github.sha }}","updateComment":true,"repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}' - if: steps.eco_ci.outcome == 'failure' uses: actions/checkout@v4