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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,9 @@ jobs:
88
88
- Default: 'true'
89
89
90
90
> [!IMPORTANT]
91
-
> This is a experimental feature
92
-
> use it you need to set `GITHUB_TOKEN` in the GitHub Action.
91
+
> This is an experimental feature. To use it you need to set `GITHUB_TOKEN` in the GitHub Action.
92
+
>
93
+
> This feature currently doesn’t work with forked repositories. For more details, refer to issue [#77](https://github.com/commit-check/commit-check-action/issues/77)
93
94
94
95
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.
95
96
@@ -117,7 +118,7 @@ By default, commit-check-action results are shown on the job summary page of the
117
118
118
119
## Badging your repository
119
120
120
-
You can add a badge to your repository to show your contributors / users that you use commit-check!
121
+
You can add a badge to your repository to show your contributors/users that you use commit-check!
0 commit comments