We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce7e3c commit d6e56f3Copy full SHA for d6e56f3
1 file changed
.github/actions-scripts/staging-deploy.js
@@ -63,7 +63,7 @@ await deployToStaging({
63
runId: RUN_ID,
64
})
65
66
-await github.repos.createCommitStatus({
+await octokit.repos.createCommitStatus({
67
owner,
68
repo,
69
sha: HEAD_SHA,
0 commit comments