We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50ba72 commit 65103ffCopy full SHA for 65103ff
docs/2.0/docs/pipelines/guides/installing-drift-detection.md
@@ -67,8 +67,8 @@ jobs:
67
GruntworkPipelines:
68
uses: gruntwork-io/pipelines-workflows/.github/workflows/pipelines-drift-detection.yml@v4
69
with:
70
- path: ${{ inputs.path }}
71
- branch-name: ${{ inputs.branch-name }}
+ pipelines_drift_detection_filter: ${{ inputs.pipelines_drift_detection_filter }}
+ pipelines_drift_detection_branch: ${{ inputs.pipelines_drift_detection_branch }}
72
```
73
74
<PersistentCheckbox id="install-drift-2" label="Workflow File Created" />
0 commit comments