Skip to content

Commit fba87a6

Browse files
committed
Fix bash syntax
1 parent 3917b0e commit fba87a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- name: "Check backport label"
1717
if: "!contains(github.event.pull_request.labels.*.name, 'backport')"
1818
run: |
19-
echo "Please apply a backport label, or `skip-backport` if not backport is needed
19+
echo "Please apply a backport label, or `skip-backport` if not backport is needed"
2020
false

0 commit comments

Comments
 (0)