fix: imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import got from 'got';
|
||||
import core from '@actions/core';
|
||||
import * as core from '@actions/core';
|
||||
|
||||
const GITHUB_TOKEN = core.getInput('github-token', { required: true });
|
||||
|
||||
|
Reference in New Issue
Block a user