Update .gitea/workflows/conventional-commit.yml

This commit is contained in:
2026-03-13 20:46:34 +00:00
parent b3a6d9e335
commit efa049c8b7

View File

@@ -12,6 +12,6 @@ jobs:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: http://${{ vars.PACKAGES_REGISTRY_URL }}/actions/conventional-commits-check-action@v1.2.3
- uses: http://${{ vars.PACKAGES_REGISTRY_URL }}/actions/conventional-commits-check-action@v1.3.0
with:
commit-message: ${{ inputs.commit_message }}