Skip to content

Commit

Permalink
Fix the signing commits check GitHub workflow for PRs from forks
Browse files Browse the repository at this point in the history
I also upgraded the actions/checkout GitHub Action and made the names clearer.
  • Loading branch information
fharper committed Apr 30, 2024
1 parent eb4710d commit 6caab57
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/check-signed.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
name: Check signed commits
on: pull_request
name: Validate if commits are signed
on: [pull_request, pull_request_target]

jobs:
signed-commits-check:
name: Validate if commits in PR are signed
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/checkout@v3
- name: Check out the repository code
uses: actions/checkout@v4.1.4

- name: Check signed commits in PR
- name: Check if the commits are signed
uses: 1Password/check-signed-commits-action@v1

0 comments on commit 6caab57

Please sign in to comment.