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"