Skip to content

Commit

Permalink
Update enforce-signed-commits.yml (#1793)
Browse files Browse the repository at this point in the history
use different repo for signing verification
  • Loading branch information
ERLindeman committed Sep 13, 2024
1 parent 59060ee commit 8114562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/enforce-signed-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Enforce Signed Commits
uses: webfactory/commitlint-action@v2
- name: Verify GPG Signed Commits
uses: tj-actions/verify-commit@v1
with:
commitlint_config: https://raw.githubusercontent.com/webfactory/commitlint-config-gpg-verified/master/index.js
fail_on_unsigned: true

0 comments on commit 8114562

Please sign in to comment.