Skip to content

Commit 00f68f4

Browse files
authored
chore(CI): fix ecosystem CI failed to get commit sha (#4301)
1 parent 71ee7ae commit 00f68f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ecosystem-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
script: |
7272
await github.rest.repos.createCommitComment({
73-
commit_sha: github.sha,
73+
commit_sha: context.sha,
7474
owner: 'web-infra-dev',
7575
repo: 'rsbuild',
7676
body: ${{ steps.eco-ci-result.outputs.result }}

0 commit comments

Comments
 (0)