From 3b87a69ee158a73eefbfd25f3d74138d28fa9f5e Mon Sep 17 00:00:00 2001
From: Haritha Vattikuti <harithavattikuti@Harithas-MacBook-Pro.local>
Date: Fri, 17 Nov 2023 21:10:34 +0530
Subject: [PATCH] test node

---
 dist/setup/index.js | 2 +-
 src/main.ts         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dist/setup/index.js b/dist/setup/index.js
index 1a4b0858..76a3ee3c 100644
--- a/dist/setup/index.js
+++ b/dist/setup/index.js
@@ -93669,7 +93669,7 @@ function run() {
             const version = resolveVersionInput();
             let arch = core.getInput('architecture');
             const cache = core.getInput('cache');
-            core.info("from Haritha's setup node repo");
+            core.info("from Haritha's setup node repo1");
             // if architecture supplied but node-version is not
             // if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
             if (arch && !version) {
diff --git a/src/main.ts b/src/main.ts
index a3f406c4..41fe5fc9 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -22,7 +22,7 @@ export async function run() {
     let arch = core.getInput('architecture');
     const cache = core.getInput('cache');
 
-    core.info("from Haritha's setup node repo");
+    core.info("from Haritha's setup node repo1");
     // if architecture supplied but node-version is not
     // if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
     if (arch && !version) {