Skip to content

Bump actions/checkout from 4.1.2 to 4.1.6 #29

Bump actions/checkout from 4.1.2 to 4.1.6

Bump actions/checkout from 4.1.2 to 4.1.6 #29

name: Generate Terraform Docs
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs inside the README.md and push changes back to PR branch
uses: terraform-docs/[email protected]
with:
config-file: .terraform-docs/.terraform-docs.yml
find-dir: .
output-file: README.md
output-method: inject
git-push: "true"