1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 18:41:14 +02:00

chore: build dist (#13)

This commit is contained in:
Joaquin Santana
2024-11-19 16:12:43 +01:00
committed by GitHub
parent 4f2ce9d8e0
commit 52ae97a5bd

4
dist/index.js vendored
View File

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