From 30c8d01aace3a0de0d04a63dd1d72acce250eda3 Mon Sep 17 00:00:00 2001 From: orhun Date: Thu, 24 Jun 2021 15:17:37 +0300 Subject: [PATCH] style(action): update the color --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6d3906b..7fc58d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL homepage="https://github.com/orhun/git-cliff" LABEL com.github.actions.name="Changelog Generator" LABEL com.github.actions.description="Generate changelog based on your Git history" LABEL com.github.actions.icon="triangle" -LABEL com.github.actions.color="orange" +LABEL com.github.actions.color="green" COPY README.md / COPY LICENSE / diff --git a/action.yml b/action.yml index a2faaf7..37d6bf1 100644 --- a/action.yml +++ b/action.yml @@ -20,4 +20,4 @@ runs: - ${{ inputs.args }} branding: icon: "triangle" - color: "orange" + color: "green"