1 parent 7a1fe79 commit f0ce531Copy full SHA for f0ce531
1 file changed
.github/workflows/pages.yml
@@ -31,7 +31,7 @@ jobs:
31
run: make build
32
33
- name: Extract
34
- run: ./gitcortex extract --output data.jsonl --ignore "go.sum"
+ run: ./gitcortex extract --output data.jsonl --ignore "go.sum" --include-commit-messages
35
36
- name: Generate report
37
run: |
0 commit comments