From 6d7eb3330c2d67ecede0003b9ed7644fd83ccf84 Mon Sep 17 00:00:00 2001 From: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:05:30 -0700 Subject: [PATCH] Update index.js --- src/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.js b/src/index.js index 3e63488..74f1981 100644 --- a/src/index.js +++ b/src/index.js @@ -36,3 +36,7 @@ async function main() { core.setFailed(error) } } + + +// Main +main()