aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-12-19 15:33:25 -0800
committerJohn MacFarlane <[email protected]>2023-12-19 15:33:25 -0800
commit987599355917ea928beb9abde56d7c4f0f5444b9 (patch)
treec0fbdcf7a4ac74fea8ff6753f23e2355c39a0714 /.github/workflows
parent9d15289864e2c1f7d4c43eefdddd7a04cefe2198 (diff)
Fix commit-validation CI.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/commit-validation.yml3
1 files changed, 2 insertions, 1 deletions
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: |