From 4279b287d47a6ce1a838b0746cb5b9e6c212953c Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 17 Feb 2019 12:59:09 +0800 Subject: [PATCH] chore: update action name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 193f775..fabab36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.11 # Github labels -LABEL "com.github.actions.name"="Action Telegram" +LABEL "com.github.actions.name"="Telegram Notify" LABEL "com.github.actions.description"="Sending a Telegram notification message" LABEL "com.github.actions.icon"="message-square" LABEL "com.github.actions.color"="blue"