Skip to content

[skip-release] ci: bump terraform-docs/gh-actions from 1.2.0 to 1.3.0 #29

[skip-release] ci: bump terraform-docs/gh-actions from 1.2.0 to 1.3.0

[skip-release] ci: bump terraform-docs/gh-actions from 1.2.0 to 1.3.0 #29

Workflow file for this run

name: Generate terraform docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs
uses: terraform-docs/[email protected]
with:
working-dir: .,./examples/basic,./examples/replicated
git-push: "true"