Skip to content

Commit

Permalink
DOC: Fix workflow example reported in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Sep 10, 2024
1 parent 7d90537 commit d1e2593
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ permissions:

jobs:
check-commit-message:
name: Check Commit Message
uses: slicer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Check Commit Message
uses: slicer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
This workflow will trigger commit message checks on relevant pull request events
Expand Down

0 comments on commit d1e2593

Please sign in to comment.