diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62bcfdf..35527b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - run: pnpm exec nx report - run: | - pnpm exec nx run tools-commitlint:exec --message ${{ github.event.pull_request.title }} + pnpm exec nx run tools-commitlint:exec --message '${{ github.event.pull_request.title }}' pnpm exec nx run tools-commitlint:exec --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} - run: |