Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
Signed-off-by: thalles <lopthalles@gmail.com>
  • Loading branch information
thalleslmF committed Jul 28, 2021
1 parent 60d584c commit 1ad0ba3
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 1ad0ba3

Please sign in to comment.