From b72612e3d9337ae9ba8009076b5f3e2f654dcd1a Mon Sep 17 00:00:00 2001 From: Brian Torres Date: Wed, 5 Nov 2025 23:18:43 -0800 Subject: [PATCH] fix copy-paste fail in drift detection setup --- docs/2.0/docs/pipelines/guides/installing-drift-detection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/2.0/docs/pipelines/guides/installing-drift-detection.md b/docs/2.0/docs/pipelines/guides/installing-drift-detection.md index d1925fa12..d48ab9343 100644 --- a/docs/2.0/docs/pipelines/guides/installing-drift-detection.md +++ b/docs/2.0/docs/pipelines/guides/installing-drift-detection.md @@ -67,8 +67,8 @@ jobs: GruntworkPipelines: uses: gruntwork-io/pipelines-workflows/.github/workflows/pipelines-drift-detection.yml@v4 with: - path: ${{ inputs.path }} - branch-name: ${{ inputs.branch-name }} + pipelines_drift_detection_filter: ${{ inputs.pipelines_drift_detection_filter }} + pipelines_drift_detection_branch: ${{ inputs.pipelines_drift_detection_branch }} ```