Skip to content

Update terraform-docs/gh-actions action to v1.3.0 #10

Update terraform-docs/gh-actions action to v1.3.0

Update terraform-docs/gh-actions action to v1.3.0 #10

Workflow file for this run

name: Generate terraform docs
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs inside README.md & push changes back to PR
uses: terraform-docs/[email protected]
with:
working-dir: .
config-file: .config/.terraform-docs.yml
git-push: true
git-commit-message: "docs: generated Terraform module README"