Skip to content

Commit 65103ff

Browse files
authored
fix copy-paste fail in drift detection setup (#2842)
1 parent a50ba72 commit 65103ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.0/docs/pipelines/guides/installing-drift-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
GruntworkPipelines:
6868
uses: gruntwork-io/pipelines-workflows/.github/workflows/pipelines-drift-detection.yml@v4
6969
with:
70-
path: ${{ inputs.path }}
71-
branch-name: ${{ inputs.branch-name }}
70+
pipelines_drift_detection_filter: ${{ inputs.pipelines_drift_detection_filter }}
71+
pipelines_drift_detection_branch: ${{ inputs.pipelines_drift_detection_branch }}
7272
```
7373
7474
<PersistentCheckbox id="install-drift-2" label="Workflow File Created" />

0 commit comments

Comments
 (0)