From b476d5806f2a4c1ed5902a87fa91b0623cac7258 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 11 May 2019 22:28:54 +0800 Subject: [PATCH] fix: action name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35cbe42..f3cc73c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM appleboy/drone-scp:1.5.1-linux-amd64 # Github labels -LABEL "com.github.actions.name"="SCP" +LABEL "com.github.actions.name"="SCP Files" LABEL "com.github.actions.description"="Copy files and artifacts via SSH" LABEL "com.github.actions.icon"="copy" LABEL "com.github.actions.color"="gray-dark"