My PR Title #9

Closed
Philipp wants to merge 64 commits from update/pre-commit-hooks into main
296 changed files with 37488 additions and 0 deletions
Showing only changes of commit 8c7a2d114a - Show all commits

View File

@ -64,7 +64,7 @@ async function getAndPostPullRequests() {
);
}
const postResult = await postResponse.json();
const postResult = await postResponse.json().url;
core.info("POST request completed successfully.");
return postResult;
} catch (error) {