Skip to content

Commit

Permalink
Updating local workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeruiz committed Dec 11, 2022
1 parent bfdc77b commit ed9edad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-commits.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: verify-commits
run-name: ${{ github.actor }} is verifying signature of verify-commits
name: Verifying the latest commit
run-name: ${{ github.actor }} is verifying the validity of current commit
on: [push]
jobs:
check-sha:
runs-on: ubuntu-latest
name: Check the SHA of the recent commit
name: Check the SHA of the latest commit
steps:
- name: Checkout the code
uses: actions/checkout@v3
Expand Down

0 comments on commit ed9edad

Please sign in to comment.