From bef7d40703cb4ee1fcb73e557f1ddaa4abcff1ff Mon Sep 17 00:00:00 2001 From: Vagharshak Baghdasaryan Date: Tue, 10 Jun 2025 15:00:01 +0200 Subject: [PATCH] WIP --- dist/index.js | 1 + src/main.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/index.js b/dist/index.js index 7935f20..3e93901 100644 --- a/dist/index.js +++ b/dist/index.js @@ -619,6 +619,7 @@ function setOutput(versionResult) { const { major, minor, patch, increment, versionType, formattedVersion, versionTag, changed, isTagged, authors, currentCommit, previousCommit, previousVersion, debugOutput } = versionResult; const repository = process.env.GITHUB_REPOSITORY; if (!changed) { + core.info("VAGOOO") core.info('No changes detected for this commit'); } core.info(`Version is ${formattedVersion}`); diff --git a/src/main.ts b/src/main.ts index ae886da..21d5598 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,6 +11,7 @@ function setOutput(versionResult: VersionResult) { const repository = process.env.GITHUB_REPOSITORY; if (!changed) { + core.info("VAGOOO") core.info('No changes detected for this commit'); }