We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2957c commit 0076e9fCopy full SHA for 0076e9f
.github/workflows/test.yml
@@ -91,7 +91,7 @@ jobs:
91
await github.rest.repos.createCommitStatus({
92
owner: context.repo.owner,
93
repo: context.repo.repo,
94
- sha: context.sha,
+ sha: process.env.sha,
95
state: process.env.status
96
})
97
process.exit(process.env.status == 'success' ? 0 : 1);
0 commit comments