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
- By default follow bitbucket [branching model](https://support.atlassian.com/bitbucket-cloud/docs/configure-a-projects-branching-model/).
43
47
- Default: 'true'
44
48
45
49
### `author-name`
@@ -54,10 +58,15 @@ jobs:
54
58
55
59
### `dry-run`
56
60
57
-
- **Description**: run checks without failing
61
+
- **Description**: run checks without failing. exit code is 0 otherwise is 1.
58
62
- Default: 'false'
59
63
60
-
Note: to change the default rules of above inputs, just add your own [`.commit-check.yml`](.commit-check.yml) config file.
64
+
### `summary`
65
+
66
+
- **Description**: display job summary to a workflow run
67
+
- Default: 'true'
68
+
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.
0 commit comments