Skip to content

Commit

Permalink
Remove additional options before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen authored Nov 27, 2024
1 parent 23f82cb commit a91e220
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/backport/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ inputs:
REF_TO_BACKPORT:
description: The reference of the commit to be backported
required: true
BACKPORT_OPTIONS:
description: Additional options to pass through to the tool
required: false

env:
# Not possible to set this as a default
Expand Down Expand Up @@ -57,8 +54,7 @@ runs:
${GITHUB_ACTION_PATH}/../../../backport \
"${{ inputs.REF_TO_BACKPORT }}" \
"${backport_target_branch}" \
--non-interactive \
${{ inputs.BACKPORT_OPTIONS }}
--non-interactive
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit a91e220

Please sign in to comment.