You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReferenceError: octokit is not defined
at eval (eval at callAsyncFunction (/Users/runner/work/_actions/actions/github-script/v7/dist/index.js:35424:16), <anonymous>:5:3)
at callAsyncFunction (/Users/runner/work/_actions/actions/github-script/v7/dist/index.js:35425:12)
at main (/Users/runner/work/_actions/actions/github-script/v7/dist/index.js:355[22](https://github.com/paritytech/revive-workflow-test/actions/runs/13367697259/job/37329093073#step:3:23):26)
at /Users/runner/work/_actions/actions/github-script/v7/dist/index.js:35497:1
at /Users/runner/work/_actions/actions/github-script/v7/dist/index.js:35553:3
at Object.<anonymous> (/Users/runner/work/_actions/actions/github-script/v7/dist/index.js:35556:12)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Module._load (node:internal/modules/cjs/loader:1104:12)
Error: Unhandled error: ReferenceError: octokit is not defined
Replacing octokit with github works. Is the README wrong and should be changed to github only, or is it a bug?
The text was updated successfully, but these errors were encountered:
Simple examples like this
lead to
Replacing
octokit
withgithub
works. Is the README wrong and should be changed togithub
only, or is it a bug?The text was updated successfully, but these errors were encountered: