Skip to content

Commit 6ce81cf

Browse files
authored
Update installing-drift-detection.md
1 parent e6bd280 commit 6ce81cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ on:
5353
# - cron: '15 12 * * 1'
5454
workflow_dispatch:
5555
inputs:
56-
path:
57-
description: (Optional) Path to filter units e.g. "./management/*"
56+
pipelines_drift_detection_filter:
57+
description: Limit drift detection to units matching filter https://docs.gruntwork.io/2.0/docs/pipelines/guides/running-drift-detection#drift-detection-filter
5858
type: string
59-
branch-name:
60-
description: (Optional) branch name to open Drift Detection PRs with
59+
pipelines_drift_detection_branch:
60+
description: The branch name used for drift remediation PRs
6161
default: drift-detection
6262
type: string
6363
permissions:

0 commit comments

Comments
 (0)