This commit is contained in:
Federico Builes
2023-09-07 09:06:46 -05:00
parent 7d0e0f61e8
commit 5e4b90e080
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@@ -266,7 +266,7 @@ function compare({ owner, repo, baseRef, headRef }) {
let snapshot_warnings = '';
const changes = yield octo.paginate({
method: 'GET',
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}?includes_dependency_snapshots=true',
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
owner,
repo,
basehead: `${baseRef}...${headRef}`

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long