Skip to content

Commit

Permalink
Adjusting action name
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves authored Mar 3, 2019
1 parent e58ef6c commit b586060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit b586060

Please sign in to comment.