refactor: fix GitHub capitalization (#2232)

This commit is contained in:
Frieder Bluemle
2022-10-26 16:41:59 +02:00
committed by GitHub
parent 8e3147014c
commit 199870aa9f
11 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export const getRepoInfo = (ctx) => {
/**
* Retrieve github token and throw error if it is not found.
*
* @returns {string} Github token.
* @returns {string} GitHub token.
*/
export const getGithubToken = () => {
const token = getInput("github_token") || process.env.GITHUB_TOKEN;