Skip to content

build(deps): bump google-github-actions/release-please-action (#11) #15

build(deps): bump google-github-actions/release-please-action (#11)

build(deps): bump google-github-actions/release-please-action (#11) #15

name: Generate terraform docs
on:
push:
branches: [ "main" ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@v1.0.0
with:
git-push: "true"
git-commit-message: "docs: updated terraform docs"