From 8d03402d9c6450b7a93981ad9895d05a1bb50770 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 7 Jun 2022 14:18:05 -0500 Subject: [PATCH] Copy tweaks --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6222c77..ca88b95 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Get the Base URL' -description: 'Get the base URL where the Github Page will be hosted' +name: 'Get the Pages base URL' +description: 'Get the base URL where the GitHub Pages site will be hosted' runs: using: 'node16' main: 'dist/index.js'