Skip to content

Commit e9de693

Browse files
committed
Fix syntax
1 parent 7a1bbc3 commit e9de693

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
@@ -21,5 +21,5 @@ jobs:
2121
echo "${{ contains(github.event.pull_request.labels.*.name, 'backport') }}"
2222
echo "${{ endsWith(github.event.pull_request.labels.*.name, 'backport') }}"
2323
echo "${{ startsWith(github.event.pull_request.labels.*.name, 'backport') }}"
24-
echo "${{ github.event.pull_request.labels.*.name == 'skip-backport') }}"
24+
echo "${{ github.event.pull_request.labels.*.name == 'skip-backport' }}"
2525
exit 1

0 commit comments

Comments
 (0)