fix: variable name

This commit is contained in:
Simone Corsi 2021-01-16 09:09:13 +01:00
parent 8f3ce989e5
commit 13e1fd1484

View File

@ -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: {