Update .gitea/workflows/conventional-commit.yml

This commit is contained in:
Luke Tainton 2025-01-15 23:07:32 +01:00
parent 2147bd678d
commit 3ceee60dbb

View File

@ -12,6 +12,6 @@ jobs:
name: Validate PR Title name: Validate PR Title
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.1.1 - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.0
with: with:
commit-message: ${{ inputs.commit_message }} commit-message: ${{ inputs.commit_message }}