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"