Skip to content

Commit 8442263

Browse files
authored
fix: Added icon
1 parent aa8777b commit 8442263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 'Generate changelog with git-chglog'
22
description: 'Greet someone and record the time'
3+
icon: calendar
34
inputs:
45
next_version:
56
description: 'Next version'
@@ -21,4 +22,4 @@ runs:
2122
args:
2223
- ${{ inputs.config_dir }}
2324
- ${{ inputs.next_version }}
24-
- ${{ inputs.filename }}
25+
- ${{ inputs.filename }}

0 commit comments

Comments
 (0)