diff --git a/README.md b/README.md index 0232768..fdfd8ef 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## ✨ About -A GitHub Action for deploying GitHub Pages +A GitHub Action to deploy to GitHub Pages > **:warning: Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/). diff --git a/action.yml b/action.yml index 7d5649e..9777c70 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ # https://help.github.com/en/articles/metadata-syntax-for-github-actions name: 'GitHub Pages' -description: 'GitHub Action for deploying GitHub Pages' +description: 'GitHub Action to deploy to GitHub Pages' author: 'crazy-max' branding: color: 'green' diff --git a/package.json b/package.json index ceb26a0..395e0ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-pages", - "description": "GitHub Action for deploying GitHub Pages", + "description": "GitHub Action to deploy to GitHub Pages", "main": "lib/main.js", "directories": { "lib": "lib"