From b586060fed8ef490701c1a1da79e315de3edacd4 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 12:24:52 -0500 Subject: [PATCH] Adjusting action name --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a8174dd4..1c9344b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:10 -LABEL "com.github.actions.name"="Deploy to Github Pages" -LABEL "com.github.actions.description"="This action will handle the building and deploying process of your project to Github Pages." +LABEL "com.github.actions.name"="Deploy to GitHub Pages" +LABEL "com.github.actions.description"="This action will handle the building and deploying process of your project to GitHub Pages." LABEL "com.github.actions.icon"="git-commit" LABEL "com.github.actions.color"="orange"