diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 3765c54b4d..db274aadb4 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -70,7 +70,7 @@ jobs: with: script: | await github.rest.repos.createCommitComment({ - commit_sha: github.sha, + commit_sha: context.sha, owner: 'web-infra-dev', repo: 'rsbuild', body: ${{ steps.eco-ci-result.outputs.result }}