Fixed a typo.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 35s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 04:13:34 +01:00
parent 69168ed3f5
commit 2fa3a56354
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -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;