From 57d293cb8f895071a64538a0aefd9776fedf2291 Mon Sep 17 00:00:00 2001 From: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:15:52 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1506b74..6222c77 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: 'src/index.js' + main: 'dist/index.js' outputs: base_url: description: 'URL to deployed GitHub Pages'