mirror of
https://github.com/dorny/paths-filter.git
synced 2026-03-19 09:50:20 +00:00
Merge eea813b075 into 9d7afb8d21
This commit is contained in:
commit
ddf0a9d3e2
@ -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<File[]> {
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user