From a448a9f0a2e483bfd75d5940740a477a4fd099fb Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 22 Nov 2020 11:38:23 +0100 Subject: [PATCH] fix the description length of the github actions (should be less than 125 chars) --- action.yml | 2 +- gitversion/setup/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index d046aa71c..29c3d680d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: use-actions -description: GitHub Action for Easy Semantic Versioning with GitVersion. Contains actions to install a specific version of GitVersion and run it. +description: GitHub Action for Easy Semantic Versioning with GitVersion. Includes actions to setup and run a specific version of the tool author: GitTools branding: color: gray-dark diff --git a/gitversion/setup/action.yml b/gitversion/setup/action.yml index 44f181bfe..73392d706 100644 --- a/gitversion/setup/action.yml +++ b/gitversion/setup/action.yml @@ -1,5 +1,5 @@ name: gitversion-setup -description: GitHub Action for Easy Semantic Versioning with GitVersion. Installs the specific version of GitVersion.Tool +description: GitHub Action for Easy Semantic Versioning with GitVersion. Installs the specific version of GitVersion tool author: GitTools branding: color: gray-dark