CI: Remove incorrect single quote escape

The A in YAML stands for Ass-backwards.
This commit is contained in:
sin-ack 2021-06-16 20:04:48 +00:00 committed by Andreas Kling
parent aa91284485
commit 93996eb48e
Notes: sideshowbarker 2024-07-18 12:09:10 +09:00

View file

@ -43,7 +43,7 @@ jobs:
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}
pattern: '^\S.*?: [A-Z0-9]'
error: 'First word of commit after the subsystem isn\'t capitalized'
error: 'First word of commit after the subsystem is not capitalized'
- name: Check title
if: ${{ success() || failure() }}