Created a first draft of this action. #14

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:21:49 +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."); core.info("POST request completed successfully.");
return postResult; return postResult;
} catch (error) { } catch (error) {