Skip to content

Commit

Permalink
style(action): update the color
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 24, 2021
1 parent b64b111 commit 30c8d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ runs:
- ${{ inputs.args }}
branding:
icon: "triangle"
color: "orange"
color: "green"

0 comments on commit 30c8d01

Please sign in to comment.