style(action): update the color

This commit is contained in:
orhun
2021-06-24 15:17:37 +03:00
parent b64b1116f5
commit 30c8d01aac
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ LABEL homepage="https://github.com/orhun/git-cliff"
LABEL com.github.actions.name="Changelog Generator" LABEL com.github.actions.name="Changelog Generator"
LABEL com.github.actions.description="Generate changelog based on your Git history" LABEL com.github.actions.description="Generate changelog based on your Git history"
LABEL com.github.actions.icon="triangle" LABEL com.github.actions.icon="triangle"
LABEL com.github.actions.color="orange" LABEL com.github.actions.color="green"
COPY README.md / COPY README.md /
COPY LICENSE / COPY LICENSE /

View File

@@ -20,4 +20,4 @@ runs:
- ${{ inputs.args }} - ${{ inputs.args }}
branding: branding:
icon: "triangle" icon: "triangle"
color: "orange" color: "green"