We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444171f commit bd368d6Copy full SHA for bd368d6
1 file changed
.github/workflows/stage-1-commit.yaml
@@ -83,7 +83,7 @@ jobs:
83
make terraform-docs
84
- name: "Stage changes"
85
run: |
86
- git add infrastructure/terraform/**/*.md
+ git add infrastructure/modules/**/*.md
87
- name: "Check for changes in Terraform Docs"
88
89
if git diff --cached --name-only | grep -qE '\.md$'; then
0 commit comments