Skip to content

Commit c11da41

Browse files
committed
remove reference to old PR input
1 parent d5a697e commit c11da41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backport/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ runs:
3434
GITHUB_TOKEN: ${{inputs.token}}
3535
RELEASE_TAG: ${{inputs.binary_release_tag}}
3636
INPUT_LABELS_TO_ADD: ${{inputs.labels_to_add}}
37-
PR: ${{inputs.pr}}
3837
DIR: ${{ inputs.path }}
3938
PR_LABEL: ${{ inputs.pr_label }}
4039
PR_NUMBER: ${{ inputs.pr_number }}
@@ -47,4 +46,4 @@ runs:
4746
chmod +x /tmp/backport
4847
cd $DIR
4948
# Execute action
50-
/tmp/backport ${PR}
49+
/tmp/backport

0 commit comments

Comments
 (0)