From e5d4d36f7db0076724c17f3d18197b63a6787aab Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Sun, 15 Mar 2026 21:36:01 +0530 Subject: [PATCH] docs: fix broken link to GitHub Actions example workflow --- docs/ci-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci-integration.md b/docs/ci-integration.md index 69139d4..198df28 100644 --- a/docs/ci-integration.md +++ b/docs/ci-integration.md @@ -6,7 +6,7 @@ PipelineProbe is designed to run seamlessly in your continuous integration and d ## GitHub Actions -We provide a ready-to-use workflow at [`examples/github_action.yml`](../examples/github_action.yml). The core audit step: +We provide a ready-to-use workflow at [`examples/github-actions/pipelineprobe.yml`](../examples/github-actions/pipelineprobe.yml). The core audit step: ```yaml - name: Run PipelineProbe Audit