Skip to content

Commit dce2db3

Browse files
committed
test fix
1 parent 12a17d4 commit dce2db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backport-assistant-prerun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
github-token: ${{ secrets.GITHUB_TOKEN }}
9797
script: |
9898
const prNumber = ${{ needs.get-pr-info.outputs.pr_number }};
99-
const labelName = ${{ env.BACKPORT_ERROR_LABEL }};
99+
const labelName = '${{ env.BACKPORT_ERROR_LABEL }}';
100100
const commentBody = `
101101
🚨 **AUTOMATED CHECK: MERGE COMMITS FOUND** 🚨
102102
This pull request contains merge commits. The **\`${labelName}\`** label has been added. Please rebase your branch.
@@ -135,7 +135,7 @@ jobs:
135135
script: |
136136
const prNumber = ${{ needs.get-pr-info.outputs.pr_number }};
137137
const commentPrefix = '🚨 **AUTOMATED CHECK: MERGE COMMITS FOUND** 🚨';
138-
const labelName = ${{ env.BACKPORT_ERROR_LABEL }};
138+
const labelName = '${{ env.BACKPORT_ERROR_LABEL }}';
139139
140140
try {
141141
// Get PR details to check if it's draft

0 commit comments

Comments
 (0)