diff --git a/action.yml b/action.yml index fc1f659..555270e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,6 @@ -name: 'Deploy to GitHub Pages' +name: 'GitHub Pages Deployment' description: 'A GitHub Action to deploy an artifact to GitHub Pages' +author: 'GitHub' runs: using: 'node16' main: 'dist/index.js'