Skip to content

Commit

Permalink
chore(CI): fix ecosystem CI failed to get commit sha (#4301)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 30, 2024
1 parent 71ee7ae commit 00f68f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

1 comment on commit 00f68f4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ❌ failure
rspress ✅ success
rslib ❌ failure
examples ❌ failure

Please sign in to comment.