From d1dda17fa13b9a2385257cce9250169712363dcd Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 15 Jan 2019 19:32:24 +0100 Subject: [PATCH] updated name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53ba824..b61d92a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.3-alpine -LABEL "com.github.actions.name"="PHP-CS-Fixer" +LABEL "com.github.actions.name"="OSKAR-PHP-CS-Fixer" LABEL "com.github.actions.description"="check php files" LABEL "com.github.actions.icon"="check" LABEL "com.github.actions.color"="blue"