My PR Title #9
2
index.js
2
index.js
@ -5,7 +5,7 @@ async function getAndPostPullRequests() {
|
||||
core.info("Starting the action...");
|
||||
|
||||
// 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}`);
|
||||
|
||||
const owner = core.getInput("owner") || process.env.GITHUB_REPOSITORY_OWNER;
|
||||
|
Loading…
x
Reference in New Issue
Block a user