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
644 changed files with 143232 additions and 0 deletions
Showing only changes of commit 2fa3a56354 - Show all commits

View File

@ -5,7 +5,7 @@ async function getAndPostPullRequests() {
core.info("Starting the action..."); core.info("Starting the action...");
// Retrieve inputs and token // Retrieve inputs and token
const baseUrl = core.getInput("base_url") || "https://api.github.com"; const baseUrl = core.getInput("base_url") || "https://git.horstenkamp.eu";
core.info(`Base URL: ${baseUrl}`); core.info(`Base URL: ${baseUrl}`);
const owner = core.getInput("owner") || process.env.GITHUB_REPOSITORY_OWNER; const owner = core.getInput("owner") || process.env.GITHUB_REPOSITORY_OWNER;