Skip to content

terraform-docs: automated action #183

terraform-docs: automated action

terraform-docs: automated action #183

Workflow file for this run

name: Generate docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Storage Account Module Docs
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"