From 94a5506807d4621228d7e5ebf161a4e7072e0de0 Mon Sep 17 00:00:00 2001 From: endre-spotlab <57987054+endre-spotlab@users.noreply.github.com> Date: Mon, 17 Feb 2020 11:59:48 +0100 Subject: [PATCH] Update action description to be less than 125 char --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5bd3bd8b..b3e5dbeb 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Fast Forward PR' -description: 'Merge pull request using fast forward only, if possible, moving base branch (target branch) to head branch (source branch). Comment success or failure messages on the pull request issue. The goal is to keep branches equal at the end of the merge.' +description: 'Merge pull request using fast forward only, if possible, moving base branch (target branch) to head branch (source branch)' inputs: GITHUB_TOKEN: description: 'Automatically provided token, that can be used to authenticate on behalf of the GitHub action, with permissions limited to the repository that contains your workflow'