Closed
Description
Simple examples like this
const script = require('./path/to/script.js')
console.log(script({octokit, context}))
lead to
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?
Metadata
Metadata
Assignees
Labels
No labels