Update .gitea/workflows/conventional-commit.yml

This commit is contained in:
Luke Tainton 2025-02-04 21:16:31 +01:00
parent c557b742bd
commit dc06e5ccc9

View File

@ -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 }}