mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-05 02:27:48 +02:00
chore: make tests compatible
This commit is contained in:
@@ -52,8 +52,8 @@ function parseInputs(): ActionInputs {
|
|||||||
releaseType: getOptionalInput('release-type'),
|
releaseType: getOptionalInput('release-type'),
|
||||||
path: getOptionalInput('path'),
|
path: getOptionalInput('path'),
|
||||||
repoUrl: core.getInput('repo-url') || process.env.GITHUB_REPOSITORY || '',
|
repoUrl: core.getInput('repo-url') || process.env.GITHUB_REPOSITORY || '',
|
||||||
gitUsername: core.getInput('git-username', {required: true}),
|
gitUsername: core.getInput('git-username'),
|
||||||
gitPassword: core.getInput('git-password', {required: true}),
|
gitPassword: core.getInput('git-password'),
|
||||||
targetBranch: getOptionalInput('target-branch'),
|
targetBranch: getOptionalInput('target-branch'),
|
||||||
configFile: core.getInput('config-file') || DEFAULT_CONFIG_FILE,
|
configFile: core.getInput('config-file') || DEFAULT_CONFIG_FILE,
|
||||||
manifestFile: core.getInput('manifest-file') || DEFAULT_MANIFEST_FILE,
|
manifestFile: core.getInput('manifest-file') || DEFAULT_MANIFEST_FILE,
|
||||||
|
|||||||
Reference in New Issue
Block a user