From 00f68f4a19cdcd6d7d3fd7c6b265b8c454bf45f8 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 30 Dec 2024 22:27:00 +0800 Subject: [PATCH] chore(CI): fix ecosystem CI failed to get commit sha (#4301) --- .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 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 }}