My PR Title #11
2
index.js
2
index.js
@ -27,7 +27,7 @@ async function getAndPostPullRequests() {
|
||||
};
|
||||
|
||||
// Construct the URL for the requests
|
||||
const url = `${baseUrl}/repos/${owner}/${repo}/pulls`;
|
||||
const url = `${baseUrl}/api/v1/repos/${owner}/${repo}/pulls`;
|
||||
core.info(`Constructed URL: ${url}`);
|
||||
|
||||
// Perform the GET request
|
||||
|
Loading…
x
Reference in New Issue
Block a user