fix: variable name
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import got from 'got';
|
import got from 'got';
|
||||||
import core from '@actions/core';
|
import core from '@actions/core';
|
||||||
|
|
||||||
const GITHUB_TOKEN = core.getInput('githubToken', { required: true });
|
const GITHUB_TOKEN = core.getInput('github-token', { required: true });
|
||||||
|
|
||||||
export default got.extend({
|
export default got.extend({
|
||||||
headers: {
|
headers: {
|
||||||
|
Reference in New Issue
Block a user