fix: imports

This commit is contained in:
Simone Corsi
2021-01-16 10:23:06 +01:00
parent 46583c7061
commit 376451a48c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
// original content by: github.com/TriPSs/conventional-changelog-action/blob/master/src/helpers/git.js
import core from '@actions/core';
import * as core from '@actions/core';
import exec from '@actions/exec';
const { GITHUB_REPOSITORY, GITHUB_REF } = process.env;