From ebafbec8bf9a02c8cdc4f303026a255fada0f65f Mon Sep 17 00:00:00 2001 From: Vitor Monteiro <1192590+bitoiu@users.noreply.github.com> Date: Fri, 1 Feb 2019 17:11:17 +0000 Subject: [PATCH] Add better description to action label --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97c2c53..22e0ecf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"