From 52ae97a5bd886127980763a3d13b3b2a7105588d Mon Sep 17 00:00:00 2001 From: Joaquin Santana Date: Tue, 19 Nov 2024 16:12:43 +0100 Subject: [PATCH] chore: build dist (#13) --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 863f440..3f76eca 100644 --- a/dist/index.js +++ b/dist/index.js @@ -136666,8 +136666,8 @@ function parseInputs() { releaseType: getOptionalInput('release-type'), path: getOptionalInput('path'), repoUrl: core.getInput('repo-url') || process.env.GITHUB_REPOSITORY || '', - gitUsername: core.getInput('git-username', { required: true }), - gitPassword: core.getInput('git-password', { required: true }), + gitUsername: core.getInput('git-username'), + gitPassword: core.getInput('git-password'), targetBranch: getOptionalInput('target-branch'), configFile: core.getInput('config-file') || DEFAULT_CONFIG_FILE, manifestFile: core.getInput('manifest-file') || DEFAULT_MANIFEST_FILE,