We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da815ad commit 7d6bd77Copy full SHA for 7d6bd77
Dockerfile
@@ -3,7 +3,7 @@ FROM node:10
3
LABEL "com.github.actions.name"="Deploy to Github Pages"
4
LABEL "com.github.actions.description"="This action will handle the building and deploying process of your project to Github Pages."
5
LABEL "com.github.actions.icon"="git-commit"
6
-LABEL "com.github.actions.color"="#192022"
+LABEL "com.github.actions.color"="orange"
7
8
LABEL "repository"="http://github.com/JamesIves/gh-pages-github-action"
9
LABEL "homepage"="http://github.com/JamesIves/gh-pages-gh-action"
0 commit comments