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: fern/products/cli-api-reference/pages/commands.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ hideOnThisPage: true
255
255
fern check --strict-broken-links
256
256
```
257
257
258
-
## Usage in a GitHub action
258
+
## Usage in a GitHub Action
259
259
260
260
<CodeBlock title = ".github/workflows/fern-check.yml" >
261
261
```yml maxLines=14
@@ -398,7 +398,7 @@ hideOnThisPage: true
398
398
```
399
399
</CodeBlock>
400
400
401
-
## GitHub actions
401
+
## GitHub Actions
402
402
403
403
If using GitHub Actions as your CI, add the `FERN_TOKEN` as a [GitHub Action secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository) in your Fern configuration repo.
0 commit comments