From 87c3fd9344792e51ab1c7494c3369620c84ed852 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:23:55 -0700 Subject: [PATCH] Update action.yml --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index aa9fef9..0325fff 100644 --- a/action.yml +++ b/action.yml @@ -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'