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
694cee2899
commit
3d087053c5
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function setOutput(versionResult: VersionResult) {
|
|||
const repository = process.env.GITHUB_REPOSITORY;
|
||||
|
||||
if (!changed) {
|
||||
core.info("VAGOOO")
|
||||
core.info("VAGOOO1")
|
||||
core.info('No changes detected for this commit');
|
||||
}
|
||||
|
||||
|
|
@ -94,6 +94,7 @@ export async function run() {
|
|||
const configurationProvider = new ConfigurationProvider(config);
|
||||
core.info("VAGO start await runAction(configurationProvider)");
|
||||
const result = await runAction(configurationProvider);
|
||||
core.info("VAGO before setOutput(result)");
|
||||
setOutput(result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue