mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-10 07:41:15 +02:00
chore: build dist (#4)
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -136665,6 +136665,8 @@ function parseInputs() {
|
||||
releaseType: getOptionalInput('release-type'),
|
||||
path: getOptionalInput('path'),
|
||||
repoUrl: core.getInput('repo-url') || process.env.GITHUB_REPOSITORY || '',
|
||||
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,
|
||||
@@ -136741,6 +136743,8 @@ function getGitHubInstance(inputs) {
|
||||
repo,
|
||||
apiUrl: inputs.githubApiUrl,
|
||||
graphqlUrl: inputs.githubGraphqlUrl,
|
||||
gitUsername: inputs.gitUsername,
|
||||
gitPassword: inputs.gitPassword,
|
||||
token: inputs.token,
|
||||
defaultBranch: inputs.targetBranch,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user