From 29d0518f82506145ed6dc97f408591a148b746f5 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 8 Nov 2019 11:49:08 -0500 Subject: [PATCH] More cleanup --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index dd431ad0..5bba0d35 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ name: 'Deploy to GitHub Pages' -description: 'This action will handle the building and deploying process of your project to GitHub Pages.' +description: 'This action will handle the deployment process of your project to GitHub Pages.' author: 'James Ives ' inputs: - FOLDER: # change this + FOLDER: description: The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it here. Folder paths cannot have a leading `/` or `./`. GITHUB_TOKEN: description: In order for GitHub to trigger the rebuild of your page you must provide the action with the repositories provided GitHub token. This can be referenced in the workflow `yml` file by using `${{ secrets.GITHUB_TOKEN }}`. Only required if an access token is not provided.