Skip to content

Commit 5815346

Browse files
authored
update (#53)
1 parent 4cb9bb9 commit 5815346

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/backport/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Backport
22
description: Backport changes to another release branch.
3+
34
inputs:
45
label:
56
description: The trigger label (i.e., v2.0, v1.18)
@@ -62,5 +63,3 @@ runs:
6263
--head $BACKPORT_BRANCH \
6364
--title "Backport PR #${{ env.PR_NUMBER }} to $BASE_BRANCH" \
6465
--body "This is an automated backport of PR #${{ env.PR_NUMBER }} to the $BASE_BRANCH branch."
65-
outputs:
66-
result: "Backport successful!"

0 commit comments

Comments
 (0)