Skip to content

Commit f9e6414

Browse files
authored
Merge branch 'main' into phcoval/bad/main
2 parents 8ea9fdb + 3a45fce commit f9e6414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
await github.rest.repos.createCommitStatus({
9292
owner: context.repo.owner,
9393
repo: context.repo.repo,
94-
sha: context.sha,
94+
sha: process.env.sha,
9595
state: process.env.status
9696
})
9797
process.exit(process.env.status == 'success' ? 0 : 1);

0 commit comments

Comments
 (0)