Skip to content

Commit

Permalink
Merge pull request #2 from kontrolplane/patch
Browse files Browse the repository at this point in the history
docs(readme): update the version in the example workflow
  • Loading branch information
levivannoort authored Jul 8, 2024
2 parents 7de318b + 270b333 commit d5485af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: validate pull request title
uses: kontrolplane/pull-request-title-validator@v1
uses: kontrolplane/pull-request-title-validator@v1.1.0
```
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ func main() {

fmt.Printf("commit title type used: %s\n", titleType)
fmt.Printf("commit title scope used: %s\n", titleScope)
fmt.Printf("commit title message used: %s\n", titleMessage)
fmt.Printf("commit title message used: %s\n\n", titleMessage)
fmt.Printf("the commit message adheres to the configured standard")
}

func fetchTitle(githubEventPath string) string {
Expand Down

0 comments on commit d5485af

Please sign in to comment.