From 70ed437cb42d5ad01303d98797a7988fe1266f6b Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 18 Oct 2019 00:04:14 +0200 Subject: [PATCH] fix: Fixed name action.yml --- .gitignore | 1 + action.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e69de29..3c3629e 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/action.yml b/action.yml index bdd2e24..de4f411 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Conventional Changelog' +name: 'Conventional Changelog Action' description: 'Bump version, tag commit and generates changelog with conventional commits.' author: 'Tycho Bokdam' runs: @@ -6,6 +6,7 @@ runs: main: 'src/index.js' branding: icon: 'edit' + color: 'red' inputs: - git-message: 'chore: Release {version}' required: false