Fixed issue with Gitea

This commit is contained in:
Bhavik MacBook PRO 16 2023-04-06 10:20:21 +05:30
parent f05ffb4a9d
commit eb1fb70e05
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

@ -39235,7 +39235,7 @@ async function run() {
var content = comment && comment.body || ''; var content = comment && comment.body || '';
const url = `${giteaBaseURL}/api/v1/repos/${repoOwner}/${repoName}/pulls/${prNumber}/diff`; const url = `${githubBaseURL}/api/v1/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