Skip to content

Commit 4f6e1f9

Browse files
committed
pr
1 parent 8a3f00e commit 4f6e1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
exit 1
2626
2727
- name: Title should not end with period or elipses
28-
if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '')) }}
28+
if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '')) }}
2929
run: |
3030
exit 1

0 commit comments

Comments
 (0)