mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 15:35:44 +08:00
chore(project): add action files
This commit is contained in:
18
action.yml
Normal file
18
action.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: "git-cliff: Changelog Generator"
|
||||
description: "Generate changelog based on your Git history"
|
||||
inputs:
|
||||
args:
|
||||
description: "git-cliff arguments"
|
||||
required: false
|
||||
default: "-v"
|
||||
outputs:
|
||||
changelog:
|
||||
description: 'generated changelog'
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
branding:
|
||||
icon: "triangle"
|
||||
color: "orange"
|
||||
Reference in New Issue
Block a user