From 8ab0a0e926d091e0444fcacd5eb679d2e2d4ab3d Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Fri, 8 Feb 2019 10:44:23 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 964682a..692f305 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL homepage="http://github.com/swinton/httpie.action" LABEL maintainer="Steve Winton " LABEL com.github.actions.name="HTTP client" -LABEL com.github.actions.description="A general purpose HTTP client for GitHub Actions, wrapping the HTTPie CLI to enable human-friendly interactions with third-party web services." +LABEL com.github.actions.description="A general purpose HTTP client for GitHub Actions providing human-friendly interactions with third-party web services." LABEL com.github.actions.icon="send" LABEL com.github.actions.color="gray-dark"