From 9e710ff8d0a2d6ac2692a302c181be34796925d8 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 2 Jan 2025 23:36:16 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7b6818..a7dea59 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: https://git.tainton.uk/actions/conventional-commits-docker-action@v1.0.0 + - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.0.0 with: commit-message: ${{ github.event.pull_request.title }} ``` @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: https://git.tainton.uk/actions/conventional-commits-docker-action@v1.0.0 + - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.0.0 with: commit-message: ${{ github.event.head_commit.message }} ```