Skip to content

Commit 7cbba08

Browse files
committed
fix: Added actions branding
1 parent 8442263 commit 7cbba08

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

action.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Generate changelog with git-chglog'
2-
description: 'Greet someone and record the time'
3-
icon: calendar
2+
description: 'Generate a changelog using conventional commits using the git-chlog tool'
3+
branding:
4+
icon: 'calendar'
5+
color: 'green'
6+
47
inputs:
58
next_version:
69
description: 'Next version'
@@ -22,4 +25,4 @@ runs:
2225
args:
2326
- ${{ inputs.config_dir }}
2427
- ${{ inputs.next_version }}
25-
- ${{ inputs.filename }}
28+
- ${{ inputs.filename }}

0 commit comments

Comments
 (0)