Fixed issue with Github job

This commit is contained in:
Bhavik MacBook PRO 16 2023-04-23 17:04:17 +05:30
parent afa79b554e
commit 246b510381
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -39240,7 +39240,7 @@ async function run() {
if(sourceAt === 'github') { if(sourceAt === 'github') {
const url = `${githubBaseURL}/api/v1/repos/${repoOwner}/${repoName}/pulls/${prNumber}/diff`; const url = `${githubBaseURL}/repos/${repoOwner}/${repoName}/pulls/${prNumber}/diff`;
console.log(`diff url: ${url}`); console.log(`diff url: ${url}`);
var response = await axios.get(url, { var response = await axios.get(url, {
headers: { headers: {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long