From 0e7ba8c7fadc9a9fc6807ca9b00015cbf374275c Mon Sep 17 00:00:00 2001 From: Henry Cabarcas <89100102+HenryCabarcas@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:24:57 +0000 Subject: [PATCH] Added better icon and description --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index f66504a..a24a8cc 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ name: "Automatic Versioning Tag" branding: - icon: 'bookmark' + icon: 'git-branch' color: 'black' -description: "Calculate your next version tag based on changes using SemVer v2.0.0" +description: "Calculate your next version tag based on file changes automatically using SemVer v2.0.0 syntax" inputs: target-commit: description: "Commit to compare changes against (usually branch merging to)"