fix imports
This commit is contained in:
parent
fa8bd05312
commit
53c897eae3
@ -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';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user