Skip to content

Commit 3ad97a4

Browse files
committed
ci(BA-416): Fix invalid variable usage (#3345)
1 parent 60f8c9f commit 3ad97a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
token: ${{ secrets.OCTODOG }}
192192
author: "${{ needs.get-backport-target-branch.outputs.author }} <${{ needs.get-backport-target-branch.outputs.author_email }}>"
193193
title: "${{ steps.commit_message.outputs.commit_header }}"
194-
body: "This is an auto-generated backport PR of #${{ needs.get-backport-target-branch.pr_number }} to the ${{ matrix.target_branch }} release."
194+
body: "This is an auto-generated backport PR of #${{ needs.get-backport-target-branch.outputs.pr_number }} to the ${{ matrix.target_branch }} release."
195195
branch: "backport/${{ needs.get-backport-target-branch.outputs.pr_number }}-to-${{ matrix.target_branch }}"
196196
base: ${{ matrix.target_branch }}
197197
labels: |

0 commit comments

Comments
 (0)