diff --git a/.gitea/workflows/conventional-commit.yml b/.gitea/workflows/conventional-commit.yml index ab6e07f..22c1364 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: 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.2.3 with: commit-message: ${{ inputs.commit_message }}