We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8777b commit 8442263Copy full SHA for 8442263
action.yaml
@@ -1,5 +1,6 @@
1
name: 'Generate changelog with git-chglog'
2
description: 'Greet someone and record the time'
3
+icon: calendar
4
inputs:
5
next_version:
6
description: 'Next version'
@@ -21,4 +22,4 @@ runs:
21
22
args:
23
- ${{ inputs.config_dir }}
24
- ${{ inputs.next_version }}
- - ${{ inputs.filename }}
25
+ - ${{ inputs.filename }}
0 commit comments