diff --git a/src/main.ts b/src/main.ts index 8320287..ffa9231 100644 --- a/src/main.ts +++ b/src/main.ts @@ -176,7 +176,7 @@ async function getChangedFilesFromGit(base: string, head: string, initialFetchDe // Uses github REST api to get list of files changed in PR async function getChangedFilesFromApi(token: string, pullRequest: PullRequestEvent): Promise { - core.startGroup(`Fetching list of changed files for PR#${pullRequest.number} from Github API`) + core.startGroup(`Fetching list of changed files for PR#${pullRequest.number} from GitHub API`) try { const client = github.getOctokit(token) const per_page = 100