Skip to content

Bump actions/cache from 3 to 4 #15

Bump actions/cache from 3 to 4

Bump actions/cache from 3 to 4 #15

Workflow file for this run

name: terraform-docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"