From b4e3ea6e0865c283221a212135e73d6697dd812a Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:50:26 +0000 Subject: [PATCH] Update github-action docs to reflect TypeScript migration --- fern/pages/contribute/repos/github-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/contribute/repos/github-action.md b/fern/pages/contribute/repos/github-action.md index f5cbfcc..9cfc275 100644 --- a/fern/pages/contribute/repos/github-action.md +++ b/fern/pages/contribute/repos/github-action.md @@ -2,7 +2,7 @@ title: github-action --- -[`github-action`](https://github.com/doc-detective/github-action) runs Doc Detective in GitHub workflows. While Doc Detective can run in any CI/CD environment, this GitHub Action simplifies the process of running Doc Detective in GitHub workflows, provides a `results` object that can be used in subsequent steps, and offers handy features like creating GitHub issues for failed tests. +[`github-action`](https://github.com/doc-detective/github-action) is a TypeScript-based GitHub Action that runs Doc Detective in GitHub workflows. While Doc Detective can run in any CI/CD environment, this GitHub Action simplifies the process of running Doc Detective in GitHub workflows, provides a `results` object that can be used in subsequent steps, and offers handy features like creating GitHub issues for failed tests. This repo depends on [`doc-detective`](doc-detective) for performing the tests.