Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans authored Oct 15, 2024
1 parent ef35fca commit 87c3fd9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ inputs:
description: 'Exclude draft pull requests'
default: false
rebase-options:
description: >
Additional options to pass to the git rebase command.
For example, to always prefer "their" code, use "-Xtheirs" ("--strategy-option=theirs").
Pass multiple options as a single string separated by commas or newlines.
description: 'A comma or newline separated list of options to pass to the git rebase command. For example, `-Xtheirs`.'
runs:
using: 'node20'
main: 'dist/index.js'
Expand Down

0 comments on commit 87c3fd9

Please sign in to comment.