From c15733e87eb4e01b9cccc56698194be50d1a9adc Mon Sep 17 00:00:00 2001 From: Konstantin Lepeshenkov <5447190+scale-tone@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:59:31 +0200 Subject: [PATCH] test5 --- github-action/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-action/index.ts b/github-action/index.ts index e7097ae..b3ac2c6 100644 --- a/github-action/index.ts +++ b/github-action/index.ts @@ -7,9 +7,9 @@ import { GitRepositoryInfo } from 'az-func-as-a-graph.core/dist/gitUtils'; async function run() { try { - core.info('>>>>>>>>>>>>>>>>'); + core.info('INFO FROM TINO'); core.info(process.env.GITHUB_WORKSPACE); - core.info('>>>>>>>>>>>>>>>>'); + core.info('INFO FROM TINO'); let projectFolder = core.getInput('projectFolder'); if (!projectFolder) {