From dc06e5ccc939b55c4ea5cb0a49831b72666efac0 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Tue, 4 Feb 2025 21:16:31 +0100 Subject: [PATCH] Update .gitea/workflows/conventional-commit.yml --- .gitea/workflows/conventional-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/conventional-commit.yml b/.gitea/workflows/conventional-commit.yml index 3bcf41a..ab6e07f 100644 --- a/.gitea/workflows/conventional-commit.yml +++ b/.gitea/workflows/conventional-commit.yml @@ -12,6 +12,6 @@ jobs: name: Validate PR Title runs-on: ubuntu-latest steps: - - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.3 + - uses: http://{{ vars.PACKAGES_REGISTRY_URL }}/actions/conventional-commits-check-action@v1.2.3 with: commit-message: ${{ inputs.commit_message }}