Skip to content

Commit c0917cf

Browse files
committed
modify import lines for @actions/* packages
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 18d76aa commit c0917cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import core from '@actions/core';
2-
import github from '@actions/github';
1+
import * as core from '@actions/core';
2+
import * as github from '@actions/github';
33
import { checkTitle } from './validate';
44

55
export function run() {

0 commit comments

Comments
 (0)