Skip to content

Bump terraform-docs/gh-actions from 1.2.0 to 1.3.0 #31

Bump terraform-docs/gh-actions from 1.2.0 to 1.3.0

Bump terraform-docs/gh-actions from 1.2.0 to 1.3.0 #31

Workflow file for this run

name: terraform-docs
permissions:
contents: write # This is required for updating the README.md files
on:
pull_request:
jobs:
generate-docs:
name: terraform-docs README generation
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes
uses: terraform-docs/[email protected]
with:
config-file: .terraform-docs.yaml
git-push: "true"