Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d4291c2

Browse files
authored
Correct JS codeblock in 14_js-files-activity.md
1 parent 6af39ca commit d4291c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/14_js-files-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async function run() {
3333
const jokeBody = core.getInput("joke");
3434
const token = core.getInput("repo-token");
3535

36-
const octokit = new github.GitHub(token);
36+
const octokit = new github.getOctokit(token);
3737

3838
const newIssue = await octokit.issues.create({
3939
repo: github.context.repo.repo,

0 commit comments

Comments
 (0)