mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-28 21:38:18 +00:00
WIP
This commit is contained in:
parent
2e895833f6
commit
694cee2899
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ function setOutput(versionResult: VersionResult) {
|
||||||
|
|
||||||
export async function run() {
|
export async function run() {
|
||||||
|
|
||||||
|
core.info("VAGO Starting run action...");
|
||||||
function toBool(value: string): boolean {
|
function toBool(value: string): boolean {
|
||||||
if (!value || value.toLowerCase() === 'false') {
|
if (!value || value.toLowerCase() === 'false') {
|
||||||
return false;
|
return false;
|
||||||
|
|
@ -91,6 +92,7 @@ export async function run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
const configurationProvider = new ConfigurationProvider(config);
|
const configurationProvider = new ConfigurationProvider(config);
|
||||||
|
core.info("VAGO start await runAction(configurationProvider)");
|
||||||
const result = await runAction(configurationProvider);
|
const result = await runAction(configurationProvider);
|
||||||
setOutput(result);
|
setOutput(result);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue