You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ jobs:
29
29
author-name: true
30
30
author-email: true
31
31
dry-run: true
32
-
summary: true
32
+
job-summary: true
33
33
```
34
34
35
35
## Optional Inputs
@@ -61,24 +61,24 @@ jobs:
61
61
- **Description**: run checks without failing. exit code is 0 otherwise is 1.
62
62
- Default: 'false'
63
63
64
-
### `summary`
64
+
### `job-summary`
65
65
66
66
- **Description**: display job summary to a workflow run
67
67
- Default: 'true'
68
68
69
69
Note: the default rule of above inputs is following [this configuration](https://github.com/commit-check/commit-check/blob/main/.commit-check.yml), if you want to customize just add your `.commit-check.yml` config file under your repository root directory.
70
70
71
-
## GitHub Actions job summary
71
+
## GitHub Action job summary
72
72
73
73
By default, commit-check-action results are shown on the job summary page of the workflow.
0 commit comments