From 716470a8b319cf47878a91c09eff63d953140d89 Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Fri, 18 Jan 2019 17:11:43 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8d9f97..17dcdea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL repository="http://github.com/swinton/httpie-action" LABEL homepage="http://github.com/swinton/httpie-action" LABEL maintainer="Steve Winton " -LABEL com.github.actions.name="HTTPie" +LABEL com.github.actions.name="http" LABEL com.github.actions.description="Wraps the HTTPie CLI to enable human-friendly interactions with third-party web services." LABEL com.github.actions.icon="upload-cloud" LABEL com.github.actions.color="gray-dark"