Drafted a first verion of this action #5

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:18:27 +01:00
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) {