Skip to content

Commit 57b9b4f

Browse files
committed
add tf doc changes for downstream release bumps
1 parent f2b7f2f commit 57b9b4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bump.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
terraform init
5050
fi
5151
52+
name: Update README
53+
run: |
54+
docker run --rm --volume "$(pwd):/terraform-docs" quay.io/terraform-docs/terraform-docs:0.19.0 markdown table --output-file README.md --output-mode inject /terraform-docs
55+
5256
- name: Create Pull Request
5357
uses: peter-evans/create-pull-request@v6
5458
with:

0 commit comments

Comments
 (0)