diff options
| author | John MacFarlane <[email protected]> | 2023-12-19 15:33:25 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-12-19 15:33:25 -0800 |
| commit | 987599355917ea928beb9abde56d7c4f0f5444b9 (patch) | |
| tree | c0fbdcf7a4ac74fea8ff6753f23e2355c39a0714 /.github/workflows/commit-validation.yml | |
| parent | 9d15289864e2c1f7d4c43eefdddd7a04cefe2198 (diff) | |
Fix commit-validation CI.
Diffstat (limited to '.github/workflows/commit-validation.yml')
| -rw-r--r-- | .github/workflows/commit-validation.yml | 3 |
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: | |
