Skip to content

Commit

Permalink
update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoda authored Feb 1, 2019
1 parent 62e1b3b commit 6d2fd4d
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,11 +1,11 @@
FROM debian:9.6-slim

LABEL "com.github.actions.name"="Post Slack message"
LABEL "com.github.actions.name"="Post Slack messages"
LABEL "com.github.actions.description"="Post Slack messages from your own bot"
LABEL "com.github.actions.icon"="hash"
LABEL "com.github.actions.color"="gray-dark"

LABEL version="1.0.4"
LABEL version="1.0.5"
LABEL repository="http://github.com/pullreminders/slack-action"
LABEL homepage="http://github.com/pullreminders/slack-action"
LABEL maintainer="Abi Noda <[email protected]>"
Expand Down

0 comments on commit 6d2fd4d

Please sign in to comment.