From d3bc547cb541d5fd16917712f721ff397a334b13 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Wed, 15 Jan 2025 15:48:11 -0600 Subject: [PATCH] Update flow-pr-title-check.yaml Signed-off-by: Roger Barker --- .github/workflows/flow-pr-title-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flow-pr-title-check.yaml b/.github/workflows/flow-pr-title-check.yaml index 630ae54d..be2ec9f6 100644 --- a/.github/workflows/flow-pr-title-check.yaml +++ b/.github/workflows/flow-pr-title-check.yaml @@ -35,6 +35,6 @@ jobs: # Note: After Step-Security is enabled return to step-security/conventional-pr-title-action - name: Check PR Title - uses: azlafy-z/conventional-pr-title-action@a0b851005a0f82ac983a56ead5a8111c0d8e044a # v3.2.0 + uses: aslafy-z/conventional-pr-title-action@a0b851005a0f82ac983a56ead5a8111c0d8e044a # v3.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}