From b111bee195cd21c13355868b4278273e152072f5 Mon Sep 17 00:00:00 2001 From: Contention Date: Fri, 24 Mar 2023 16:04:25 +0000 Subject: [PATCH] Updated description --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ad3b5f..fb84b6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM drinternet/rsync:v1.4.3 # Label LABEL "com.github.actions.name"="rsync deployments" -LABEL "com.github.actions.description"="For deploying code to a webserver via rsync over ssh" +LABEL "com.github.actions.description"="Quick and simple method of deploying code to a webserver via rsync over ssh" LABEL "com.github.actions.icon"="truck" LABEL "com.github.actions.color"="yellow"