From 90fb5bb5ea0a628eff48835d9bd68bd3ef2405ad Mon Sep 17 00:00:00 2001 From: Andy Mills Date: Tue, 28 May 2024 17:28:05 +0000 Subject: [PATCH] fix: quick fix for injection --- .github/workflows/commitlint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index adfc6830..f78aff48 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -24,4 +24,6 @@ jobs: run: npm install --save-dev @commitlint/{config-conventional,cli} - name: Lint PR title - run: echo "${{ github.event.pull_request.title }}" | npx commitlint \ No newline at end of file + env: + TITLE: ${{ github.event.pull_request.title }} + run: echo "$TITLE" | npx commitlint