You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2.0/docs/pipelines/guides/installing-drift-detection.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,19 +53,19 @@ on:
53
53
# - cron: '15 12 * * 1'
54
54
workflow_dispatch:
55
55
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
58
58
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
0 commit comments