Skip to content

Commit 7786569

Browse files
authored
Fix piping in yml (#84042)
1 parent 57d635b commit 7786569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check servicing labels
16-
run:
16+
run: |
1717
if [ "${{ contains(github.event.pull_request.labels.*.name, 'Servicing-approved') }}" = "true" ]; then
1818
exit 0
1919
else

0 commit comments

Comments
 (0)