Added repose
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 38s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 04:19:12 +01:00
parent c9eb29d73f
commit d804b763f8
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -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