Skip to content

Commit

Permalink
Merge pull request #12 from thalleslmF/pr-12
Browse files Browse the repository at this point in the history
try fix
  • Loading branch information
thalleslmF authored Jul 28, 2021
2 parents 29bcd18 + 1ad0ba3 commit d584de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions licence.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const checkLicense = async (fileNames, copyrightContent) => {
pull_number: prNumber
}))

console.log(responsePr.data)
console.log(responsePr.data)
console.log(responsePr.data.compare.split('/').unshift())
console.log(responsePr.data.compare.split('/').pop())

const responseCompare = await octokit.request('GET /repos/{owner}/{repo}/compare/{basehead}', {
owner: owner,
Expand Down

0 comments on commit d584de7

Please sign in to comment.