From 93996eb48e7043fbca5e4dbb31f655d441587867 Mon Sep 17 00:00:00 2001 From: sin-ack Date: Wed, 16 Jun 2021 20:04:48 +0000 Subject: [PATCH] CI: Remove incorrect single quote escape The A in YAML stands for Ass-backwards. --- .github/workflows/lintcommits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lintcommits.yml b/.github/workflows/lintcommits.yml index 4380600e98..229e5f5c17 100644 --- a/.github/workflows/lintcommits.yml +++ b/.github/workflows/lintcommits.yml @@ -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() }}