Skip to content

Commit 61e2fac

Browse files
author
Daniel Reigada
authored
Merge pull request #39 from codacy/feat/improve-action
feature: Improve action branding
2 parents e50cdb5 + 6e429d6 commit 61e2fac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
name: codacy-git-version
2-
description: 'Outputs the version from git-version'
1+
name: Codacy Git Version
2+
author: "Codacy"
3+
description: 'Semver versioning based on the git history and commit messages of your repository.'
4+
branding:
5+
icon: 'git-branch'
6+
color: 'gray-dark'
37
inputs:
48
release-branch:
59
description: 'The name of the release branch'

0 commit comments

Comments
 (0)