Skip to content

feat: 5259 create prep environment #467

feat: 5259 create prep environment

feat: 5259 create prep environment #467

Workflow file for this run

name: Terraform docs
on:
pull_request:
paths:
- "infra/terraform/modules/**"
jobs:
generate-terraform-docs:
name: Generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: terraform-docs/gh-actions@v1.3.0
with:
find-dir: "infra/terraform/modules"
git-commit-message: "docs: update Terraform docs"
git-push: true