Valid color for the marketplace

This commit is contained in:
James Ives 2019-03-03 12:02:39 -05:00 committed by GitHub
parent da815add71
commit 7d6bd779df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"