Skip to content

Commit 7003bfd

Browse files
authored
Update Drift Detection install to use latest arg names (#2826)
* Update installing-drift-detection.md * Update installing-drift-detection.md
1 parent e6bd280 commit 7003bfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ 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:
6464
id-token: write
6565

6666
jobs:
6767
GruntworkPipelines:
68-
uses: gruntwork-io/pipelines-workflows/.github/workflows/pipelines-drift-detection.yml@v3
68+
uses: gruntwork-io/pipelines-workflows/.github/workflows/pipelines-drift-detection.yml@v4
6969
with:
7070
path: ${{ inputs.path }}
7171
branch-name: ${{ inputs.branch-name }}

0 commit comments

Comments
 (0)