From 987599355917ea928beb9abde56d7c4f0f5444b9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Dec 2023 15:33:25 -0800 Subject: Fix commit-validation CI. --- .github/workflows/commit-validation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/commit-validation.yml') diff --git a/.github/workflows/commit-validation.yml b/.github/workflows/commit-validation.yml index be88a3692..bd731c2cc 100644 --- a/.github/workflows/commit-validation.yml +++ b/.github/workflows/commit-validation.yml @@ -7,10 +7,11 @@ permissions: jobs: check-commit-msg-length: runs-on: ubuntu-latest - id: check-commit-msg-length steps: - uses: actions/checkout@v3 - name: Check commit message length + id: check-commit-msg-length + uses: actions/github-script@v7 with: result-encoding: json script: | -- cgit v1.2.3