From efc89dc7d014af51c680855e78889fc007aadfe3 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 20 Oct 2021 11:31:17 +1100 Subject: [PATCH] =?UTF-8?q?Fix=20metadata=20syntax=20in=20`action.yml`=20?= =?UTF-8?q?=F0=9F=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` Description must be less than 125 characters. ``` --- action.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 72f58b1..f842daf 100644 --- a/action.yml +++ b/action.yml @@ -1,11 +1,10 @@ --- name: 'Version Increment' -description: | - Inspects the git tags to determine the current normal version, and returns the - next version number. +description: Inspects the git tags to determine the current normal version, and returns the next version number - A normal version will be returned if the branch is the default branch - (usually `main`), otherwise a pre-release version will be returned. +branding: + icon: plus + color: purple inputs: scheme: