We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ee7ae commit 00f68f4Copy full SHA for 00f68f4
.github/workflows/ecosystem-ci.yml
@@ -70,7 +70,7 @@ jobs:
70
with:
71
script: |
72
await github.rest.repos.createCommitComment({
73
- commit_sha: github.sha,
+ commit_sha: context.sha,
74
owner: 'web-infra-dev',
75
repo: 'rsbuild',
76
body: ${{ steps.eco-ci-result.outputs.result }}
0 commit comments