mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08:17 +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() {
|
||||
|
||||
core.info("VAGO Starting run action...");
|
||||
function toBool(value: string): boolean {
|
||||
if (!value || value.toLowerCase() === 'false') {
|
||||
return false;
|
||||
|
|
@ -91,6 +92,7 @@ export async function run() {
|
|||
}
|
||||
|
||||
const configurationProvider = new ConfigurationProvider(config);
|
||||
core.info("VAGO start await runAction(configurationProvider)");
|
||||
const result = await runAction(configurationProvider);
|
||||
setOutput(result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue