From 74a0003f98af62ffec253d61b0f705c2c9fe54ae Mon Sep 17 00:00:00 2001 From: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:06:12 -0700 Subject: [PATCH] Point to the src Index --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6222c77..1506b74 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Get the Base URL' description: 'Get the base URL where the Github Page will be hosted' runs: using: 'node16' - main: 'dist/index.js' + main: 'src/index.js' outputs: base_url: description: 'URL to deployed GitHub Pages'