Skip to content

Commit a47f154

Browse files
committed
Fix github import
1 parent 6dc4b64 commit a47f154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/javascript/authorChecklist/categories/newComponentCategory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import github from '@actions/github';
1+
import * as github from '@actions/github';
22
import {parse} from '@babel/parser';
33
import traverse from '@babel/traverse';
44
import CONST from '@github/libs/CONST';

.github/actions/javascript/getDeployPullRequestList/getDeployPullRequestList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as core from '@actions/core';
2-
import github from '@actions/github';
2+
import * as github from '@actions/github';
33
import {getJSONInput} from '@github/libs/ActionUtils';
44
import GithubUtils from '@github/libs/GithubUtils';
55
import GitUtils from '@github/libs/GitUtils';

0 commit comments

Comments
 (0)