mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
style(action): update the color
This commit is contained in:
@@ -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 /
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ runs:
|
|||||||
- ${{ inputs.args }}
|
- ${{ inputs.args }}
|
||||||
branding:
|
branding:
|
||||||
icon: "triangle"
|
icon: "triangle"
|
||||||
color: "orange"
|
color: "green"
|
||||||
|
|||||||
Reference in New Issue
Block a user