fix: imports
This commit is contained in:
parent
ba24bdf88f
commit
2e421f0276
@ -1,7 +1,7 @@
|
|||||||
// original content by: github.com/TriPSs/conventional-changelog-action/blob/master/src/helpers/git.js
|
// original content by: github.com/TriPSs/conventional-changelog-action/blob/master/src/helpers/git.js
|
||||||
|
|
||||||
import * as core from '@actions/core';
|
import * as core from '@actions/core';
|
||||||
import exec from '@actions/exec';
|
import * as exec from '@actions/exec';
|
||||||
|
|
||||||
const { GITHUB_REPOSITORY, GITHUB_REF } = process.env;
|
const { GITHUB_REPOSITORY, GITHUB_REF } = process.env;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user