From 7d6bd779df84f73d0f88fbe15d28401421cd4263 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 3 Mar 2019 12:02:39 -0500 Subject: [PATCH] Valid color for the marketplace --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a88c7cb3..a8174dd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,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.icon"="git-commit" -LABEL "com.github.actions.color"="#192022" +LABEL "com.github.actions.color"="orange" LABEL "repository"="http://github.com/JamesIves/gh-pages-github-action" LABEL "homepage"="http://github.com/JamesIves/gh-pages-gh-action"