fix: variable name
This commit is contained in:
parent
8f3ce989e5
commit
13e1fd1484
@ -1,7 +1,7 @@
|
||||
import got from 'got';
|
||||
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({
|
||||
headers: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user