Skip to content

Commit

Permalink
Update action description to be less than 125 char
Browse files Browse the repository at this point in the history
  • Loading branch information
endre-spotlab authored Feb 17, 2020
1 parent f89cc86 commit 94a5506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 94a5506

Please sign in to comment.