From fb31fa8b7f9b5c0c49df9ba165b0acccd759d1c6 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Sun, 17 Sep 2023 15:00:41 +0300 Subject: [PATCH] Update comment Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 747c940..5d6276d 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ try { core.setOutput("label", label); - // if (project == 'dotnetcore') + // if (project == 'dotnet') // filePath = `${filePath}/.csproj`; // else if (project == 'nodejs') // filePath = `${filePath}/package.json`;