Skip to content

Commit 5c41f83

Browse files
Keep 'GitHub Action' and 'GitHub Actions' capitalized per FernStyles exceptions
Co-Authored-By: Devin Logan <[email protected]>
1 parent 37e496c commit 5c41f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/products/cli-api-reference/pages/commands.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ hideOnThisPage: true
255255
fern check --strict-broken-links
256256
```
257257

258-
## Usage in a GitHub action
258+
## Usage in a GitHub Action
259259

260260
<CodeBlock title = ".github/workflows/fern-check.yml" >
261261
```yml maxLines=14
@@ -398,7 +398,7 @@ hideOnThisPage: true
398398
```
399399
</CodeBlock>
400400

401-
## GitHub actions
401+
## GitHub Actions
402402

403403
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.
404404
You can then reference the secret in your CI:

0 commit comments

Comments
 (0)