Skip to content

Commit 4dc5960

Browse files
committed
Update .github/workflows/check-backport-labels.yml
1 parent 3fb671e commit 4dc5960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-backport-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
echo "::endgroup::"
8383
8484
if [ "${has_exact_backport_label}" != true ]; then
85-
echo "::error::No exact backport label found. Please add at least one of the "\
86-
"'backport {major}.{minor}' labels or use 'skip-backport', "\
85+
echo "::error::No exact backport label found. Please add at least one of the"\
86+
"'backport {major}.{minor}' labels or use 'skip-backport',"\
8787
"if this PR should not be backported."
8888
exit 1
8989
fi

0 commit comments

Comments
 (0)