Skip to content

Commit

Permalink
Change action name
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoeb committed Jan 17, 2019
1 parent fb1622a commit 694d16c
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,9 +1,9 @@
FROM node:10.14.1-alpine

LABEL "com.github.actions.name"="ESLint"
LABEL "com.github.actions.name"="Run ESLint"
LABEL "com.github.actions.description"="Run ESLint on javascript files."
LABEL "com.github.actions.icon"="circle"
LABEL "com.github.actions.color"="3f45cc"
LABEL "com.github.actions.color"="purple"

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 694d16c

Please sign in to comment.