File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19516,8 +19516,8 @@ var main = async () => {
19516
19516
core.info("[INFO] Usage https://github.com/githubocto/repo-visualizer#readme");
19517
19517
core.startGroup("Configuration");
19518
19518
const myToken = core.getInput("github_token");
19519
- const octokit = import_github.github .getOctokit(myToken);
19520
- const context = import_github.github .context;
19519
+ const octokit = import_github.default .getOctokit(myToken);
19520
+ const context = import_github.default .context;
19521
19521
const repo = context.repo;
19522
19522
core.endGroup();
19523
19523
const data = await processDir(`./`);
Original file line number Diff line number Diff line change 1
- import { github } from '@actions/github'
1
+ import github from '@actions/github'
2
2
import { exec } from '@actions/exec'
3
3
import * as core from '@actions/core'
4
4
import React from 'react' ;
You can’t perform that action at this time.
0 commit comments