Skip to content

Commit 94a5506

Browse files
Update action description to be less than 125 char
1 parent f89cc86 commit 94a5506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Fast Forward PR'
2-
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.'
2+
description: 'Merge pull request using fast forward only, if possible, moving base branch (target branch) to head branch (source branch)'
33
inputs:
44
GITHUB_TOKEN:
55
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'

0 commit comments

Comments
 (0)