From 5e8c7cff5b9a17856383bd0d65aeeae46f58b916 Mon Sep 17 00:00:00 2001 From: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:29:00 -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 83535f2..a37a7c2 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Set the Base URL' +name: 'Get the Base URL' description: 'Get the base URL where the Github Page will be hosted' runs: using: 'node16'