Skip to content

Commit 055af93

Browse files
authored
Update backport.yml
1 parent 1ba2730 commit 055af93

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
@@ -25,6 +25,6 @@ jobs:
2525
steps:
2626
- uses: tibdex/backport@v2
2727
with:
28-
labels_template: "[<%= labels %>]"
28+
labels_template: "<%= JSON.stringify(labels) %>"
2929
# We can't use GITHUB_TOKEN here or CI won't run on the new PR
3030
github_token: ${{ secrets.ELEMENT_BOT_TOKEN }}

0 commit comments

Comments
 (0)