We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d76aa commit c0917cfCopy full SHA for c0917cf
src/index.ts
@@ -1,5 +1,5 @@
1
-import core from '@actions/core';
2
-import github from '@actions/github';
+import * as core from '@actions/core';
+import * as github from '@actions/github';
3
import { checkTitle } from './validate';
4
5
export function run() {
0 commit comments