fix imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import * as core from 'actions/core';
|
import * as core from '@actions/core';
|
||||||
import * as github from '@actions/github';
|
import * as github from '@actions/github';
|
||||||
import * as process from 'process';
|
import * as process from 'process';
|
||||||
import * as semverParser from 'semver-parser';
|
import * as semverParser from 'semver-parser';
|
||||||
|
|||||||
Reference in New Issue
Block a user