From 1bf615491daf339f333dcbfe4aef4337c042abd4 Mon Sep 17 00:00:00 2001 From: Borales Date: Sun, 30 Dec 2018 13:51:49 +0100 Subject: [PATCH] setting yarn color --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 351d466..463fd60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL maintainer="Oleksandr Bordun " LABEL com.github.actions.name="GitHub Action for Yarn" LABEL com.github.actions.description="Wraps the yarn CLI to enable common yarn commands." LABEL com.github.actions.icon="package" -LABEL com.github.actions.color="red" +LABEL com.github.actions.color="#2188b6" # COPY LICENSE README.md THIRD_PARTY_NOTICE.md / COPY "entrypoint.sh" "/entrypoint.sh"