Skip to content

Merge pull request #40 from opszero/dependabot/github_actions/actions… #290

Merge pull request #40 from opszero/dependabot/github_actions/actions…

Merge pull request #40 from opszero/dependabot/github_actions/actions… #290

Workflow file for this run

name: Generate terraform docs
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/gh-actions@v1.2.0
with:
working-dir: .
config-file: .terraform-docs.yml
output-file: README.md
output-method: inject
indention: 3
git-push: true
git-commit-message: "terraform-docs: automated action"