Skip to content

Commit

Permalink
Add better description to action label
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoiu authored Feb 1, 2019
1 parent 6165a2a commit ebafbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./src /notify-action
ENTRYPOINT ["/notify-action/entrypoint.sh"]

LABEL "com.github.actions.name"="Release Notifier Action"
LABEL "com.github.actions.description"="Notifies developers via e-mail of release notes"
LABEL "com.github.actions.description"="Notifies developers on release with release notes via e-mail"
LABEL "com.github.actions.icon"="send"
LABEL "com.github.actions.color"="yellow"
LABEL "repository"="http://github.com/bitoiu/release-notify-action"
Expand Down

0 comments on commit ebafbec

Please sign in to comment.