From 7e5e720d90802a92bc46db6795f2ea6436c06b0a Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 5 Sep 2019 23:10:30 +0900 Subject: [PATCH] fix: action.yml name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 28afac1..8c9bbed 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Deploy to GitHub Pages for Static Site Generator' +name: 'Deploy action for GitHub Pages' description: 'A GitHub Action to deploy your static site to GitHub Pages with Static Site Generator' author: 'peaceiris' runs: