diff --git a/src/content/ci/github-actions.md b/src/content/ci/github-actions.md
index d74ca3f8..6793a46e 100644
--- a/src/content/ci/github-actions.md
+++ b/src/content/ci/github-actions.md
@@ -84,20 +84,20 @@ Refer to our [CLI documentation](/docs/cli#configuration-options) for configurat
Chromatic's GitHub Action returns some information about your build in the form of outputs. The table below lists what's currently available:
-| Name | Type | Description |
-| -------------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------- |
-| **url** | `string` | An alias for the build URL.
`https://www.chromatic.com/build?appId=example-app-id&number=100` |
-| **buildUrl** | `string` | The build URL.
`https://www.chromatic.com/build?appId=example-app-id&number=100` |
-| **storybookUrl** | `string` | The Storybook preview URL for your current branch / Pull Request. `https://main--example-app-id.chromatic.com` |
-| **code** | `string` | The exit code for the current run of the Chromatic [CLI](/docs/cli#exit-codes). |
-| **actualCaptureCount** | `number` | The number of captured snapshots. |
-| **changeCount** | `number` | The number of tests with visual changes, including any inherited changes (e.g., due to [TurboSnap]). |
-| **componentCount** | `number` | The number of components in the published Storybook. |
-| **errorCount** | `number` | The number of tests with error(s), including any inherited errors (e.g., due to [TurboSnap]). |
-| **inheritedCaptureCount** | `number` | The number of inherited (not captured) snapshots (e.g., due to [TurboSnap]). |
-| **interactionTestFailuresCount** | `number` | The number of stories with interaction test failures. |
-| **specCount** | `number` | The number of stories in the published Storybook. |
-| **testCount** | `number` | The number of tests on the build. |
+| Name | Type | Description |
+| -------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------- |
+| **url** | `string` | An alias for the build URL.
`https://www.chromatic.com/build?appId=example-app-id&number=100` |
+| **buildUrl** | `string` | The build URL.
`https://www.chromatic.com/build?appId=example-app-id&number=100` |
+| **storybookUrl** | `string` | The Storybook preview URL for your current branch / Pull Request.
`https://main--example-app-id.chromatic.com` |
+| **code** | `string` | The exit code for the current run of the Chromatic [CLI](/docs/cli#exit-codes). |
+| **actualCaptureCount** | `number` | The number of captured snapshots. |
+| **changeCount** | `number` | The number of tests with visual changes, including any inherited changes (e.g., due to [TurboSnap]). |
+| **componentCount** | `number` | The number of components in the published Storybook. |
+| **errorCount** | `number` | The number of tests with error(s), including any inherited errors (e.g., due to [TurboSnap]). |
+| **inheritedCaptureCount** | `number` | The number of inherited (not captured) snapshots (e.g., due to [TurboSnap]). |
+| **interactionTestFailuresCount** | `number` | The number of stories with interaction test failures. |
+| **specCount** | `number` | The number of stories in the published Storybook. |
+| **testCount** | `number` | The number of tests on the build. |