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'