diff --git a/.github/workflows/check-commit.yaml b/.github/workflows/check-commit.yaml index 777e0df5..005e517b 100644 --- a/.github/workflows/check-commit.yaml +++ b/.github/workflows/check-commit.yaml @@ -14,4 +14,4 @@ jobs: - name: Check for fixup! commits run: | git log origin/main..HEAD - git log origin/main..HEAD | grep -ie '^ fixup!' && exit 1 || true + git log origin/main..HEAD | grep -ie '^ fixup!' && exit 1 || true