mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-07 23:31:15 +02:00
chore: debug input variable
This commit is contained in:
@@ -122,6 +122,7 @@ export async function main() {
|
||||
core.info(`Running release-please version: ${VERSION}`)
|
||||
const inputs = parseInputs();
|
||||
const github = await getGitHubInstance(inputs);
|
||||
core.info(`using gitusername ${inputs.gitUsername}`);
|
||||
|
||||
if (!inputs.skipGitHubRelease) {
|
||||
const manifest = await loadOrBuildManifest(github, inputs);
|
||||
|
||||
Reference in New Issue
Block a user