diff --git a/.github/workflows/check-commit.yaml b/.github/workflows/check-commit.yaml index 3d1fc914..689a63e6 100644 --- a/.github/workflows/check-commit.yaml +++ b/.github/workflows/check-commit.yaml @@ -15,4 +15,4 @@ jobs: git fetch origin git status git log origin/main..HEAD - git --pretty=format:%s log origin/main..HEAD | grep -ie '^fixup!' && exit 1 || true + git log origin/main..HEAD | grep -ie '^ fixup!' && exit 1 || true