We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e12ff5d + 1a0ab78 commit e395d0aCopy full SHA for e395d0a
.github/workflows/release_canary.yml
@@ -71,7 +71,7 @@ jobs:
71
with:
72
script: |
73
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
74
- github.repos.createCommitStatus({
+ github.rest.repos.createCommitStatus({
75
owner: context.repo.owner,
76
repo: context.repo.repo,
77
sha: context.sha,
.github/workflows/release_candidate.yml
@@ -74,7 +74,7 @@ jobs:
78
79
80
0 commit comments