From eaab0aa05301018d1a6d2d63ef493109616bb120 Mon Sep 17 00:00:00 2001 From: Orta Date: Thu, 15 Aug 2019 10:37:02 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index faea2f430..c524d1c42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:10-slim MAINTAINER Orta Therox -LABEL "com.github.actions.name"="Danger JS" +LABEL "com.github.actions.name"="Danger JS Action" LABEL "com.github.actions.description"="Runs JavaScript/TypeScript Dangerfiles" LABEL "com.github.actions.icon"="zap" LABEL "com.github.actions.color"="blue"